]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Include omapip_p.h for malloc debugging.
authorTed Lemon <source@isc.org>
Wed, 26 Jan 2000 17:32:15 +0000 (17:32 +0000)
committerTed Lemon <source@isc.org>
Wed, 26 Jan 2000 17:32:15 +0000 (17:32 +0000)
server/dhcpd.c

index 4757c628368d370df1f8315499c2e217b492a108..a2eb843074a8a4b1594625cceca0588efcf3ea98 100644 (file)
@@ -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 <omapip/omapip_p.h>
 
 static void usage PROTO ((void));