From abb6702fc2df96ea044d246e505c919dabb78159 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 17 Nov 2000 21:00:40 +0000 Subject: Add #include , to get prototypes for mem* and str* functions. svn path=/trunk/; revision=2654 --- packet-bootp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packet-bootp.c') diff --git a/packet-bootp.c b/packet-bootp.c index 72d4f8f7cf..ce22592c3b 100644 --- a/packet-bootp.c +++ b/packet-bootp.c @@ -2,7 +2,7 @@ * Routines for BOOTP/DHCP packet disassembly * Gilbert Ramirez * - * $Id: packet-bootp.c,v 1.40 2000/08/13 14:08:03 deniel Exp $ + * $Id: packet-bootp.c,v 1.41 2000/11/17 21:00:35 gram Exp $ * * The information used comes from: * RFC 951: Bootstrap Protocol @@ -41,6 +41,7 @@ # include #endif +#include #include #include "packet.h" #include "packet-arp.h" -- cgit v1.2.3