summarylogtreecommitdiffstats
path: root/jasper_header_path.patch
blob: 35ad4568bd485f3f34808739b0a16baa0d342d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/willuslib/bmp.c
+++ b/willuslib/bmp.c
@@ -37,7 +37,7 @@
 #include <jpeglib.h>
 #endif
 #ifdef HAVE_JASPER_LIB
-#include <jasper.h>
+#include <jasper/jasper.h>
 #endif
 
 #define BOUND(x,xmin,xmax)  if ((x)<(xmin)) (x)=(xmin); else { if ((x)>(xmax)) (x)=(xmax); }