summaryrefslogtreecommitdiff
path: root/print-frag6.c
diff options
context:
space:
mode:
authorfenner <fenner>1999-11-21 09:36:43 +0000
committerfenner <fenner>1999-11-21 09:36:43 +0000
commitb9ac23ce92ca22483d56ee3192c54aa8f782f9ac (patch)
tree87850f3b1743e45acf3faaac434f857e8aed47d6 /print-frag6.c
parentd724608c03f123764e54d55a6f76192f42188a9e (diff)
downloadtcpdump-b9ac23ce92ca22483d56ee3192c54aa8f782f9ac.tar.gz
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'print-frag6.c')
-rw-r--r--print-frag6.c4
1 files changed, 4 insertions, 0 deletions
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 <sys/param.h>