diff options
Diffstat (limited to 'draw/draw_glyph.c')
-rw-r--r-- | draw/draw_glyph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/draw_glyph.c b/draw/draw_glyph.c index 88856658..e8d47c0b 100644 --- a/draw/draw_glyph.c +++ b/draw/draw_glyph.c @@ -1,4 +1,4 @@ -#include "fitz-internal.h" +#include "mupdf/fitz-internal.h" #define MAX_GLYPH_SIZE 256 #define MAX_CACHE_SIZE (1024*1024) |