]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Include "config.h" before including anything else.
authorguy <guy>
Wed, 6 Feb 2002 11:05:35 +0000 (11:05 +0000)
committerguy <guy>
Wed, 6 Feb 2002 11:05:35 +0000 (11:05 +0000)
print-pflog.c

index 78dd4db14b12073c82f318722c51025477dd5c2a..5e6c63a0a93e170cb8e8ed5f22509cfd80539334 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
 
 #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 <sys/param.h>
 #endif
 
 #include <sys/param.h>