commit | f6381cf482d7cae823e7bcd707fc7e24d6553797 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Mon Jul 27 19:48:43 2015 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Mon Jul 27 19:48:43 2015 +0100 |
tree | 3e6cf0d36840ab7f840722fa5d2c5d413a8b3299 | |
parent | 34b5d194886fc1c9427672c98cdec917ca317fc3 [diff] [blame] |
Declare utime().
diff --git a/src/dnsmasq.h b/src/dnsmasq.h index e4035db..cf1a782 100644 --- a/src/dnsmasq.h +++ b/src/dnsmasq.h
@@ -117,6 +117,7 @@ #include <sys/uio.h> #include <syslog.h> #include <dirent.h> +#include <utime.h> #ifndef HAVE_LINUX_NETWORK # include <net/if_dl.h> #endif