From: assar Date: Tue, 13 Jun 2000 12:19:07 +0000 (+0000) Subject: add config.h. From Kevin Steves X-Git-Tag: tcpdump-3.5.1~259 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f835c3286ab315db26aefa6208789ccd872df583 add config.h. From Kevin Steves --- diff --git a/print-stp.c b/print-stp.c index f2615fd7..d10111f0 100644 --- a/print-stp.c +++ b/print-stp.c @@ -11,7 +11,11 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.1 2000-06-10 20:57:57 assar Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.2 2000-06-13 12:19:07 assar Exp $"; +#endif + +#ifdef HAVE_CONFIG_H +#include "config.h" #endif #include