X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=module_sigrokdecode.c;h=f88a6e97de654ca9a3f3c9f08bca0c99d74af1be;hp=557ad1ac8aa4d770d2e33164e08f744c7e91b158;hb=c1f86f02a149f46609273e1bd5b42696d544727a;hpb=8c664ca2d7b4faffa7b3dbeb3b9e491976c24eee diff --git a/module_sigrokdecode.c b/module_sigrokdecode.c index 557ad1a..f88a6e9 100644 --- a/module_sigrokdecode.c +++ b/module_sigrokdecode.c @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#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" /** @cond PRIVATE */