summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-08 10:41:37 +0000
committerRoy Marples <roy@marples.name>2007-11-08 10:41:37 +0000
commita2d009e40a86fb11524fd7c883285968e3894f44 (patch)
treebc795e4fb4b17b770b3b4d2eb52c0ce055a0dc1c /common.h
parent1fd282eeff63c2af9a50a9fa9f2082f77da17062 (diff)
downloaddhcpcd-a2d009e40a86fb11524fd7c883285968e3894f44.tar.xz
Re-add sys/time.h
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index c622b5d6..2de72085 100644
--- a/common.h
+++ b/common.h
@@ -9,6 +9,7 @@
#define COMMON_H
/* string.h pulls in features.h so the below define checks work */
+#include <sys/time.h>
#include <string.h>
/* Only GLIBC doesn't support strlcpy */