]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on some sytems, fixes #223.
authorRoy Marples <roy@marples.name>
Fri, 27 May 2011 16:30:04 +0000 (16:30 +0000)
committerRoy Marples <roy@marples.name>
Fri, 27 May 2011 16:30:04 +0000 (16:30 +0000)
common.h

index fbbfc189e7c3383f08c403b4f990c85412c5608e..90cd475a599ac3a23b26f82a7a66fc99848f90f9 100644 (file)
--- a/common.h
+++ b/common.h
@@ -28,8 +28,8 @@
 #ifndef COMMON_H
 #define COMMON_H
 
+#include <sys/time.h>
 #include <stdio.h>
-#include <time.h>
 
 #include "config.h"
 #include "defs.h"