From 69fcdc66ba2b352ea1c79277d3815e55f7c8ab34 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 18 Aug 2017 17:21:38 -0700 Subject: Always include rather than "config.h". This can prevent bizarre failures if, for example, you've done a configuration in the top-level source directory, leaving behind one config.h file, and then do an out-of-tree build in another directory, with different configuration options. This way, we always pick up the same config.h, in the build directory. --- pcap-sita.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-sita.c') diff --git a/pcap-sita.c b/pcap-sita.c index 2a18400d..6bb82ef9 100644 --- a/pcap-sita.c +++ b/pcap-sita.c @@ -25,7 +25,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include -- cgit v1.2.1