diff options
Diffstat (limited to 'apps/mudraw.c')
-rw-r--r-- | apps/mudraw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mudraw.c b/apps/mudraw.c index f2fa53a7..e38aa99b 100644 --- a/apps/mudraw.c +++ b/apps/mudraw.c @@ -2,8 +2,8 @@ * mudraw -- command line tool for drawing pdf/xps/cbz documents */ -#include "fitz.h" -#include "mupdf-internal.h" +#include "mupdf/fitz.h" +#include "mupdf/pdf-internal.h" /* for mujstest */ #ifdef _MSC_VER #include <winsock2.h> |