summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
diff options
context:
space:
mode:
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r--xps/ghostxps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h
index 37b2bbf90..65c218ea9 100644
--- a/xps/ghostxps.h
+++ b/xps/ghostxps.h
@@ -73,6 +73,8 @@
#include "zlib.h"
+#include "xpsfapi.h"
+
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#endif