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. --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 0885626..6164aaa 100644 --- a/util.c +++ b/util.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. */ /** -- cgit v1.2.3-70-g09d2