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-bt-monitor-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-bt-monitor-linux.c') diff --git a/pcap-bt-monitor-linux.c b/pcap-bt-monitor-linux.c index 6c016a7e..8dd9b42e 100644 --- a/pcap-bt-monitor-linux.c +++ b/pcap-bt-monitor-linux.c @@ -30,7 +30,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include -- cgit v1.2.1