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. --- tests/runtc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtc.c') diff --git a/tests/runtc.c b/tests/runtc.c index 9abd112..096ff16 100644 --- a/tests/runtc.c +++ b/tests/runtc.c @@ -17,6 +17,7 @@ * along with this program. If not, see . */ +#include #include "../libsigrokdecode.h" #include #include -- cgit v1.2.3-70-g09d2