summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
diff options
context:
space:
mode:
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r--xps/ghostxps.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h
index e70b1def2..19ffb236f 100644
--- a/xps/ghostxps.h
+++ b/xps/ghostxps.h
@@ -14,6 +14,9 @@
*/
+#ifndef ghostxps_h_INCLUDED
+#define ghostxps_h_INCLUDED
+
/* combined internal header for the XPS interpreter */
#include "memory_.h"
@@ -457,3 +460,5 @@ int xps_fclose(gp_file *file);
#define xps_fread gp_fread
#define xps_fclose gp_fclose
#endif
+
+#endif