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. --- machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machdep.c') diff --git a/machdep.c b/machdep.c index ba1f98d5..0c9304a2 100644 --- a/machdep.c +++ b/machdep.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif /* -- cgit v1.2.1