Commit f6381cf4 authored by Simon Kelley's avatar Simon Kelley

Declare utime().

parent 34b5d194
...@@ -117,6 +117,7 @@ typedef unsigned long long u64; ...@@ -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 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment