diff options
author | fenner <fenner> | 1999-11-21 09:36:43 +0000 |
---|---|---|
committer | fenner <fenner> | 1999-11-21 09:36:43 +0000 |
commit | b9ac23ce92ca22483d56ee3192c54aa8f782f9ac (patch) | |
tree | 87850f3b1743e45acf3faaac434f857e8aed47d6 /print-bgp.c | |
parent | d724608c03f123764e54d55a6f76192f42188a9e (diff) | |
download | tcpdump-b9ac23ce92ca22483d56ee3192c54aa8f782f9ac.tar.gz |
Switch to config.h instead of passing defines in DEFS.
Diffstat (limited to 'print-bgp.c')
-rw-r--r-- | print-bgp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print-bgp.c b/print-bgp.c index 06d10c77..6439132d 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -27,6 +27,10 @@ * SUCH DAMAGE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <sys/param.h> #include <sys/time.h> #include <sys/types.h> |