diff options
Diffstat (limited to 'fitz/res_path.c')
-rw-r--r-- | fitz/res_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/res_path.c b/fitz/res_path.c index b2e4f6f5..142928b9 100644 --- a/fitz/res_path.c +++ b/fitz/res_path.c @@ -1,5 +1,5 @@ #include <assert.h> -#include "fitz-internal.h" +#include "mupdf/fitz-internal.h" fz_path * fz_new_path(fz_context *ctx) |