summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-pcl3:eprn:gdeveprn.c
blob: 605148be439cc45f13aaad29e0f6e2b85670dfd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pcl3/eprn/gdeveprn.c.orig	Sun Mar 25 13:59:11 2001
+++ pcl3/eprn/gdeveprn.c	Tue Apr 10 17:53:03 2001
@@ -81,6 +81,9 @@
 #include "gstypes.h"	/* needed by gsstate.h */
 #include "gsstate.h"	/* needed by icstate.h */
 #include "icstate.h"	/* for struct gs_context_state_s */
+#if !defined(GS_REVISION) || GS_REVISION >= 700
+#include "iapi.h"	/* needed by iminst.h */
+#endif
 #include "iminst.h"	/* for struct gs_main_instance_s */
 #include "imain.h"	/* for gs_main_instance_default() */
 #include "gscoord.h"	/* for gs_setdefaultmatrix() */