2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Fix some header inclusion problems.

This commit is contained in:
Ted Lemon
2000-04-11 01:58:39 +00:00
parent 1a634d5638
commit 0f6bb7e1ff
4 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
*/ */
#include <time.h> #include <time.h>
#include <sys/time.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -42,6 +42,7 @@
*/ */
#include <time.h> #include <time.h>
#include <sys/time.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>

View File

@@ -57,6 +57,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include "md5_locl.h" #include "md5_locl.h"

View File

@@ -16,7 +16,7 @@
*/ */
#ifndef lint #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 #endif
/* Import. */ /* 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 <string.h>
#include <time.h> #include <time.h>
#include <sys/types.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/socket.h> #include <sys/socket.h>