summaryrefslogtreecommitdiff
path: root/gs/src/gdevsgi.h
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-08-08 06:14:25 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-08-08 06:14:25 +0000
commita54bb96de84363bd3ffc7696805c268babc95954 (patch)
treeab95f514d2831fa22cecdf942d2530b656a66d9e /gs/src/gdevsgi.h
parent3305477b99710b8ce6223a0bdd5014ced4de6997 (diff)
This commit was generated by cvs2svn to compensate for changes in r279,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@280 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/gdevsgi.h')
-rw-r--r--gs/src/gdevsgi.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gs/src/gdevsgi.h b/gs/src/gdevsgi.h
index 1e34081d7..5fa0df428 100644
--- a/gs/src/gdevsgi.h
+++ b/gs/src/gdevsgi.h
@@ -7,9 +7,12 @@
* the file image.h on SGI's file server; there is no copyright on that file.
*/
-/* gdevsgi.h */
+/*Id: gdevsgi.h */
/* SGI raster file definitions */
+#ifndef gdevsgi_INCLUDED
+# define gdevsgi_INCLUDED
+
#define IMAGIC 0732
/* colormap of images */
@@ -64,3 +67,5 @@ typedef struct {
unsigned long *rowstart; /* for rle images */
long *rowsize; /* for rle images */
} IMAGE;
+
+#endif /* gdevsgi_INCLUDED */