diff options
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> |