]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isakmp.c
Include <config.h> unconditionally
[tcpdump] / print-isakmp.c
index bb70a456787cd542568cda80613971a27ab3b8cb..e53c13aa830f51141262ca14f0343eb7a88a0998 100644 (file)
@@ -32,9 +32,7 @@
 
 /* specification: RFC 2407, RFC 2408, RFC 5996 */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 /* The functions from print-esp.c used in this file are only defined when both
  * OpenSSL and evp.h are detected. Employ the same preprocessor device here.