From: Ted Lemon Date: Wed, 26 Jan 2000 17:32:15 +0000 (+0000) Subject: Include omapip_p.h for malloc debugging. X-Git-Tag: V3-BETA-2-PATCH-1~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e50b9ef7b13c3030e3080dd8510f7e440cd5d0;p=thirdparty%2Fdhcp.git Include omapip_p.h for malloc debugging. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 4757c6283..a2eb84307 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -22,7 +22,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.82 2000/01/26 15:22:57 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.83 2000/01/26 17:32:15 mellon Exp $ Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; #endif static char copyright[] = @@ -34,6 +34,7 @@ static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.htm #include "dhcpd.h" #include "version.h" +#include static void usage PROTO ((void));