From f6c7eade2b8853b3d525b5cc0402e89ca74c1908 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Tue, 1 Jul 2014 00:07:40 +0200 Subject: Remove dependency on Python.h from public API header This prevents Python.h from being included into client code, where it can mess things up by e.g. redefining _POSIX_C_SOURCE. --- type_logic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'type_logic.c') diff --git a/type_logic.c b/type_logic.c index 4367680..a33d997 100644 --- a/type_logic.c +++ b/type_logic.c @@ -17,7 +17,8 @@ * along with this program. If not, see . */ -#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode.h" #include "config.h" #include #include -- cgit v1.2.3-70-g09d2