diff options
Diffstat (limited to 'source/fitz/glyph.c')
-rw-r--r-- | source/fitz/glyph.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fitz/glyph.c b/source/fitz/glyph.c index efe5bed1..f5d97768 100644 --- a/source/fitz/glyph.c +++ b/source/fitz/glyph.c @@ -1,5 +1,7 @@ #include "mupdf/fitz.h" +#include <string.h> + #define RLE_THRESHOLD 256 fz_glyph * |