From 73191416cc24884ffab5f21cc3405c7757884fba Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 3 Jan 2012 19:56:01 +0100 Subject: sr/srd: Fix left-over #includes. The libs themselves should use #include "sigrok.h" etc., while the frontends must use #include and so on. --- controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller.c') diff --git a/controller.c b/controller.c index db85c23..84a22b5 100644 --- a/controller.c +++ b/controller.c @@ -19,7 +19,7 @@ */ #include "config.h" -#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include #include -- cgit v1.2.3-70-g09d2