]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Declare utime().
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 27 Jul 2015 18:48:43 +0000 (19:48 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Mon, 27 Jul 2015 18:48:43 +0000 (19:48 +0100)
src/dnsmasq.h
src/dnssec.c

index e4035db30209d04bec061a02c4322896ff902d28..cf1a7821bcd34015a601be50563194918f84e81b 100644 (file)
@@ -117,6 +117,7 @@ typedef unsigned long long u64;
 #include <sys/uio.h>
 #include <syslog.h>
 #include <dirent.h>
+#include <utime.h>
 #ifndef HAVE_LINUX_NETWORK
 #  include <net/if_dl.h>
 #endif
index 0aa41ce322578876c5bd8a73ba5dc24fa9bed0e3..4deda24b67f1f70966f07b6c04e9e77cf054d707 100644 (file)
@@ -34,8 +34,6 @@
 #include <nettle/dsa-compat.h>
 #endif
 
-#include <utime.h>
-
 #define SERIAL_UNDEF  -100
 #define SERIAL_EQ        0
 #define SERIAL_LT       -1