From 92fafc2e1d0ced784bc4aa6c9101fa0ccca47df2 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 4 Oct 2018 22:03:41 +0200 Subject: [PATCH] Corrected include. --- coders/jbig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/jbig.c b/coders/jbig.c index 404680b481..ff0f6222d6 100644 --- a/coders/jbig.c +++ b/coders/jbig.c @@ -70,7 +70,7 @@ #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif -#include "jbig.h" +#include #if defined(__cplusplus) || defined(c_plusplus) } #endif