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. --- in_cksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'in_cksum.c') diff --git a/in_cksum.c b/in_cksum.c index 27643057..c9c200d6 100644 --- a/in_cksum.c +++ b/in_cksum.c @@ -36,7 +36,7 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif #include "netdissect-stdinc.h" -- cgit v1.2.1