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 /type_logic.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 'type_logic.c')
-rw-r--r-- | type_logic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/type_logic.c b/type_logic.c index 6f266aa..9f2b392 100644 --- a/type_logic.c +++ b/type_logic.c @@ -17,7 +17,7 @@ * 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 "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include "config.h" #include <inttypes.h> #include <string.h> |