summaryrefslogtreecommitdiff
path: root/minires
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-04-11 01:58:39 +0000
committerTed Lemon <source@isc.org>2000-04-11 01:58:39 +0000
commit0f6bb7e1ff0fa28aed29506fbaddeee4b3c59b47 (patch)
treeeb91e66dd84a39df4e83ca7c655c5547d6b91d27 /minires
parent1a634d56389af91a12863c94bf7a27a371c63926 (diff)
downloadisc-dhcp-0f6bb7e1ff0fa28aed29506fbaddeee4b3c59b47.tar.gz
Fix some header inclusion problems.
Diffstat (limited to 'minires')
-rw-r--r--minires/md5_dgst.c1
-rw-r--r--minires/ns_date.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/minires/md5_dgst.c b/minires/md5_dgst.c
index 5ba22d20..2a714ce5 100644
--- a/minires/md5_dgst.c
+++ b/minires/md5_dgst.c
@@ -57,6 +57,7 @@
*/
#include <stdio.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "md5_locl.h"
diff --git a/minires/ns_date.c b/minires/ns_date.c
index abd243d2..f5ef8c4c 100644
--- a/minires/ns_date.c
+++ b/minires/ns_date.c
@@ -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>