diff options
author | Russell Lang <gsview@ghostgum.com.au> | 2004-11-14 01:41:58 +0000 |
---|---|---|
committer | Russell Lang <gsview@ghostgum.com.au> | 2004-11-14 01:41:58 +0000 |
commit | c0053751cb450c56ad91e61cd6aa6d0a100ed3d3 (patch) | |
tree | 84753dd8b7191b22141b648f0a016649e5bd2748 /gs | |
parent | c2ed989d89944ce29d09e0a7ec37a2d6a85c2c90 (diff) |
Add missing header include for setting the display device callback.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@5501 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs')
-rw-r--r-- | gs/src/imain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/src/imain.c b/gs/src/imain.c index 02e1a5423..72ffe5caa 100644 --- a/gs/src/imain.c +++ b/gs/src/imain.c @@ -49,6 +49,7 @@ #include "isave.h" /* for prototypes */ #include "interp.h" #include "ivmspace.h" +#include "idisp.h" /* for setting display device callback */ #include "iplugin.h" /* ------ Exported data ------ */ |