diff options
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r-- | draw/draw_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c index 00596d99..e993daf7 100644 --- a/draw/draw_device.c +++ b/draw/draw_device.c @@ -1,4 +1,5 @@ #include "mupdf/fitz.h" +#include "draw-imp.h" #define QUANT(x,a) (((int)((x) * (a))) / (a)) #define HSUBPIX 5.0 |