From b9ac23ce92ca22483d56ee3192c54aa8f782f9ac Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 21 Nov 1999 09:36:43 +0000 Subject: Switch to config.h instead of passing defines in DEFS. --- print-frag6.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print-frag6.c') diff --git a/print-frag6.c b/print-frag6.c index 6a85cfe2..ddfc3b49 100644 --- a/print-frag6.c +++ b/print-frag6.c @@ -24,6 +24,10 @@ static const char rcsid[] = "@(#) /master/usr.sbin/tcpdump/tcpdump/print-icmp.c,v 2.1 1995/02/03 18:14:42 polk Exp (LBL)"; #endif +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef INET6 #include -- cgit v1.2.1