From: guy Date: Wed, 6 Feb 2002 11:05:35 +0000 (+0000) Subject: Include "config.h" before including anything else. X-Git-Tag: tcpdump-3.8-bp~544 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/0c20532a3e147d6d932b818f83cf0a1ca165c0db Include "config.h" before including anything else. --- diff --git a/print-pflog.c b/print-pflog.c index 78dd4db1..5e6c63a0 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -23,7 +23,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.1 2002-02-05 10:07:39 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.2 2002-02-06 11:05:35 guy Exp $ (LBL)"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include