From: Ted Lemon Date: Tue, 11 Apr 2000 01:58:39 +0000 (+0000) Subject: Fix some header inclusion problems. X-Git-Tag: V3-BETA-2-PATCH-1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6bb7e1ff0fa28aed29506fbaddeee4b3c59b47;p=thirdparty%2Fdhcp.git Fix some header inclusion problems. --- diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c index be26a1e9f..904f037e6 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 a9420a81c..0caefa82c 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 5ba22d201..2a714ce57 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 abd243d2b..f5ef8c4c0 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