From fb2479d733dbe8a991d11909b319341f7db62ab1 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 21 Jan 2018 12:27:08 -0800 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. --- print-wb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-wb.c') diff --git a/print-wb.c b/print-wb.c index edbd5e4c..3eb06264 100644 --- a/print-wb.c +++ b/print-wb.c @@ -22,7 +22,7 @@ /* \summary: White Board printer */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include "netdissect-stdinc.h" -- cgit v1.2.1