]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Need definition for struct timeval.
authorTed Lemon <source@isc.org>
Tue, 3 Jun 1997 01:40:24 +0000 (01:40 +0000)
committerTed Lemon <source@isc.org>
Tue, 3 Jun 1997 01:40:24 +0000 (01:40 +0000)
includes/cf/sunos4.h

index 1fe1a04f342502f5c348c9d7f538961b8c827036..e92ebbd00feb921aa2abbbe3748fe33acc9c467d 100644 (file)
@@ -130,6 +130,7 @@ char *strerror PROTO ((int));
 #define VOIDPTR        void *
 
 #include <time.h>
+#include <sys/time.h>
 
 #define TIME time_t
 #define GET_TIME(x)    time ((x))