summaryrefslogtreecommitdiff
path: root/src/legacy/futimes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/legacy/futimes.c')
-rw-r--r--src/legacy/futimes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/futimes.c b/src/legacy/futimes.c
index f8fd1cde..d81d83a9 100644
--- a/src/legacy/futimes.c
+++ b/src/legacy/futimes.c
@@ -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])
{