mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Declare utime().
This commit is contained in:
@@ -117,6 +117,7 @@ typedef unsigned long long u64;
|
|||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
#include <utime.h>
|
||||||
#ifndef HAVE_LINUX_NETWORK
|
#ifndef HAVE_LINUX_NETWORK
|
||||||
# include <net/if_dl.h>
|
# include <net/if_dl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -34,8 +34,6 @@
|
|||||||
#include <nettle/dsa-compat.h>
|
#include <nettle/dsa-compat.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <utime.h>
|
|
||||||
|
|
||||||
#define SERIAL_UNDEF -100
|
#define SERIAL_UNDEF -100
|
||||||
#define SERIAL_EQ 0
|
#define SERIAL_EQ 0
|
||||||
#define SERIAL_LT -1
|
#define SERIAL_LT -1
|
||||||
|
|||||||
Reference in New Issue
Block a user