]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix some header inclusion problems.
authorTed Lemon <source@isc.org>
Tue, 11 Apr 2000 01:58:39 +0000 (01:58 +0000)
committerTed Lemon <source@isc.org>
Tue, 11 Apr 2000 01:58:39 +0000 (01:58 +0000)
dhcpctl/cltest.c
dhcpctl/test.c
minires/md5_dgst.c
minires/ns_date.c

index be26a1e9fdbf597c7ef4773f233e1cfb08ad141d..904f037e6017f76fac8b2bf15f4fe4b349874737 100644 (file)
@@ -37,6 +37,7 @@
  */
 
 #include <time.h>
+#include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
index a9420a81caa5a31f1eb25afea7ed253c0174f118..0caefa82c8e6ea4757243e5d58727d668fa003ad 100644 (file)
@@ -42,6 +42,7 @@
  */
 
 #include <time.h>
+#include <sys/time.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
index 5ba22d2019dc2f89ba0427b33d08a4c6cc162238..2a714ce57ea4c0353f68144dd60f17220a37b919 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include "md5_locl.h"
index abd243d2b66b343c29b89888826a1f060802b6f6..f5ef8c4c0b8584397a1fc88c719670c2a9b40413 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #ifndef lint
-static const char rcsid[] = "$Id: ns_date.c,v 1.1 2000/02/02 07:28:14 mellon Exp $";
+static const char rcsid[] = "$Id: ns_date.c,v 1.2 2000/04/11 01:58:39 mellon Exp $";
 #endif
 
 /* Import. */
@@ -27,6 +27,7 @@ static const char rcsid[] = "$Id: ns_date.c,v 1.1 2000/02/02 07:28:14 mellon Exp
 #include <string.h>
 #include <time.h>
 
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <sys/socket.h>