diff options
Diffstat (limited to 'mi/mispans.h')
-rw-r--r-- | mi/mispans.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mi/mispans.h b/mi/mispans.h index e3f033bab..8151415cc 100644 --- a/mi/mispans.h +++ b/mi/mispans.h @@ -45,6 +45,8 @@ SOFTWARE. ******************************************************************/ +#ifndef MISPANS_H +#define MISPANS_H typedef struct { int count; /* number of spans */ @@ -97,3 +99,4 @@ extern _X_EXPORT int miClipSpans( #define miSpansCarefulRop(rop) (((rop) & 0xc) == 0x8 || ((rop) & 0x3) == 0x2) #define miSpansEasyRop(rop) (!miSpansCarefulRop(rop)) +#endif /* MISPANS_H */ |