summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-03 19:56:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-03 19:56:01 +0100
commit73191416cc24884ffab5f21cc3405c7757884fba (patch)
tree57a590ff2be27a588d4a39e406e1d8ff70552b90 /util.c
parentfb53ee5e242be7781b0d34a7d006c630095bcb72 (diff)
downloadlibsigrokdecode-73191416cc24884ffab5f21cc3405c7757884fba.tar.gz
libsigrokdecode-73191416cc24884ffab5f21cc3405c7757884fba.zip
sr/srd: Fix left-over #includes.
The libs themselves should use #include "sigrok.h" etc., while the frontends must use #include <sigrok.h> and so on.
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
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 <sigrokdecode.h> /* First, so we avoid a _POSIX_C_SOURCE warning. */
+#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
/**