diff options
Diffstat (limited to 'unix/time.c')
-rw-r--r-- | unix/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/time.c b/unix/time.c index 1abd7cff39..7d25b3dd56 100644 --- a/unix/time.c +++ b/unix/time.c @@ -1,3 +1,4 @@ +#include <unistd.h> #include <string.h> #include <time.h> #include <sys/time.h> |