diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-03 19:56:01 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-03 19:56:01 +0100 |
commit | 73191416cc24884ffab5f21cc3405c7757884fba (patch) | |
tree | 57a590ff2be27a588d4a39e406e1d8ff70552b90 /util.c | |
parent | fb53ee5e242be7781b0d34a7d006c630095bcb72 (diff) | |
download | libsigrokdecode-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ /** |