include cleanups: remove unused headers and add feature test macros
[musl] / src / legacy / futimes.c
index f8fd1cd..d81d83a 100644 (file)
@@ -1,6 +1,6 @@
+#define _GNU_SOURCE
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <fcntl.h>
 
 int futimes(int fd, const struct timeval tv[2])
 {