Skip to content

Commit

Permalink
add missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Aug 16, 2024
1 parent 1341366 commit 7b0db9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gis/timestamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
* \author Soeren Gebbert, vector timestamp implementation update
*/

#include <stdio.h>
#include <string.h>
#include <unistd.h>

#include <grass/gis.h>
#include <grass/vect/dig_defines.h>
#include <grass/glocale.h>
Expand Down

0 comments on commit 7b0db9c

Please sign in to comment.