summaryrefslogtreecommitdiffstats
path: root/dhcpcd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-12 12:20:25 +0000
committerRoy Marples <roy@marples.name>2008-08-12 12:20:25 +0000
commitd99ed6bd0c976c27784d2ff8313823da5e58ec93 (patch)
tree6e71818b89ee07ec50f6ba0b024926881f170fed /dhcpcd.c
parent56f8fe9da19878e7ec210a41732511ea5b377790 (diff)
downloaddhcpcd-d99ed6bd0c976c27784d2ff8313823da5e58ec93.tar.xz
Need time.h for nanosleep.
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 8da13fbc..a79bea7c 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -41,6 +41,7 @@ const char copyright[] = "Copyright (c) 2006-2008 Roy Marples";
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <time.h>
#include "config.h"
#include "client.h"