diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 14:49:21 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-05-03 21:34:27 +0200 |
commit | c1f86f02a149f46609273e1bd5b42696d544727a (patch) | |
tree | 1bcbeb23a564be3488cc119eaee1bf2cc0638190 /util.c | |
parent | 8c664ca2d7b4faffa7b3dbeb3b9e491976c24eee (diff) | |
download | libsigrokdecode-c1f86f02a149f46609273e1bd5b42696d544727a.tar.gz libsigrokdecode-c1f86f02a149f46609273e1bd5b42696d544727a.zip |
Main header is <libsigrokdecode/libsigrokdecode.h> now.
This matches the convention used in libsigrok. Potential other headers
might end up in libsigrokdecode/, but only libsigrokdecode.h is meant
to be #included by frontends directly.
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "sigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ -#include "sigrokdecode-internal.h" +#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#include "libsigrokdecode-internal.h" #include "config.h" /** |