include cleanups: remove unused headers and add feature test macros
[musl] / src / linux / stime.c
index 6a7e9e8..29a1ec6 100644 (file)
@@ -1,4 +1,5 @@
 #define _GNU_SOURCE
+#include <time.h>
 #include <sys/time.h>
 
 int stime(time_t *t)