From 367843620d039ad183bc4d7c33d91c316d717621 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sun, 13 Sep 2015 22:07:11 +0200 Subject: Build: Include first in all source files Since Autoconf places some important feature flags only into the configuration header, it is necessary to include it globally to guarantee a consistent build. --- module_sigrokdecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module_sigrokdecode.c') diff --git a/module_sigrokdecode.c b/module_sigrokdecode.c index 7f7e869..468a1cb 100644 --- a/module_sigrokdecode.c +++ b/module_sigrokdecode.c @@ -17,9 +17,9 @@ * along with this program. If not, see . */ +#include #include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "libsigrokdecode.h" -#include "config.h" /** @cond PRIVATE */ -- cgit v1.2.3-70-g09d2