summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-07-14 13:59:30 +0000
committerRoy Marples <roy@marples.name>2009-07-14 13:59:30 +0000
commit5fff28a154f8d9a15afa695238a0412989335c1f (patch)
tree2ccce60710881b2e7c15fd045aca3f58b1df0e82 /dhcpcd.c
parent1e11fce587c1463e84899f2649ff40a83c9dbbe1 (diff)
downloaddhcpcd-5fff28a154f8d9a15afa695238a0412989335c1f.tar.xz
Replace the mk stubs with a autotools like configure script.
Split compat libc functions out into subdir.
Diffstat (limited to 'dhcpcd.c')
-rw-r--r--dhcpcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index a4ab9d6a..4c1a5b44 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -30,6 +30,7 @@ const char copyright[] = "Copyright (c) 2006-2009 Roy Marples";
#include <sys/file.h>
#include <sys/socket.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>