From 0f6bb7e1ff0fa28aed29506fbaddeee4b3c59b47 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 11 Apr 2000 01:58:39 +0000 Subject: [PATCH] Fix some header inclusion problems. --- dhcpctl/cltest.c | 1 + dhcpctl/test.c | 1 + minires/md5_dgst.c | 1 + minires/ns_date.c | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c index be26a1e9..904f037e 100644 --- a/dhcpctl/cltest.c +++ b/dhcpctl/cltest.c @@ -37,6 +37,7 @@ */ #include +#include #include #include #include diff --git a/dhcpctl/test.c b/dhcpctl/test.c index a9420a81..0caefa82 100644 --- a/dhcpctl/test.c +++ b/dhcpctl/test.c @@ -42,6 +42,7 @@ */ #include +#include #include #include #include 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 +#include #include #include #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 #include +#include #include #include