diff options
Diffstat (limited to 'tests/inst.c')
-rw-r--r-- | tests/inst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inst.c b/tests/inst.c index d227a51..d52793a 100644 --- a/tests/inst.c +++ b/tests/inst.c @@ -19,7 +19,7 @@ */ #include <config.h> -#include "../libsigrokdecode.h" /* First, to avoid compiler warning. */ +#include <libsigrokdecode.h> /* First, to avoid compiler warning. */ #include <stdlib.h> #include <check.h> #include "lib.h" |