]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Re-add sys/time.h
authorRoy Marples <roy@marples.name>
Thu, 8 Nov 2007 10:41:37 +0000 (10:41 +0000)
committerRoy Marples <roy@marples.name>
Thu, 8 Nov 2007 10:41:37 +0000 (10:41 +0000)
common.h

index c622b5d6ce6d8f8ccef37d0b3d26508a9ac05661..2de72085b90dc3655c2a271fd49df6cfdd2e76ae 100644 (file)
--- 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 */