diff options
author | Igor Melichev <igor.melichev@artifex.com> | 2007-07-17 09:55:56 +0000 |
---|---|---|
committer | Igor Melichev <igor.melichev@artifex.com> | 2007-07-17 09:55:56 +0000 |
commit | 3a3a701279c3b9c9087b3d0185f25d9f7675d7e4 (patch) | |
tree | f2557e7553b47eaa864ca8531390560b8aefcf32 /gs/src/gxclpath.c | |
parent | dee48ab332bce19f4688aaddb41fa39554d0f10d (diff) |
Banding : Extend clist language with trapezoids, linear color trapezoids and linear color triangles (continued 8).
DETAILS :
This fixes (some) gcc warnings in the recently added code (part 2).
EXPECTED DIFFERENCES :
None.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@8134 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/gxclpath.c')
-rw-r--r-- | gs/src/gxclpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/src/gxclpath.c b/gs/src/gxclpath.c index f5c05526a..0ed01e05b 100644 --- a/gs/src/gxclpath.c +++ b/gs/src/gxclpath.c @@ -18,6 +18,7 @@ #include "gx.h" #include "gpcheck.h" #include "gserrors.h" +#include "gsptype2.h" #include "gxdevice.h" #include "gxdevmem.h" /* must precede gxcldev.h */ #include "gxcldev.h" |