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); }