diff options
Diffstat (limited to 'print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c')
-rw-r--r-- | print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c b/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c new file mode 100644 index 0000000..605148b --- /dev/null +++ b/print/ghostscript8/files/patch-pcl3:eprn:gdeveprn.c @@ -0,0 +1,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() */ |