summaryrefslogtreecommitdiff
path: root/src/cairo-type1-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-08-22 02:58:37 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-08-22 02:58:37 -0400
commit735757a17a7c72f8598c8958b600daad941a0431 (patch)
tree39f09847b828da9f19ed85a29b411f59a8e76cdf /src/cairo-type1-private.h
parentbfdc3b6642a36a7728f82ae87de83244d86ba29e (diff)
[Makefile.am] Add target sparse to run sparse static source code analyzer
There are still some bits not quite working.
Diffstat (limited to 'src/cairo-type1-private.h')
-rw-r--r--src/cairo-type1-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-type1-private.h b/src/cairo-type1-private.h
index ae28e058d..03b003966 100644
--- a/src/cairo-type1-private.h
+++ b/src/cairo-type1-private.h
@@ -36,6 +36,8 @@
#ifndef CAIRO_TYPE1_PRIVATE_H
#define CAIRO_TYPE1_PRIVATE_H
+#include "cairoint.h"
+
/* Magic constants for the type1 eexec encryption */
#define CAIRO_TYPE1_ENCRYPT_C1 ((unsigned short) 52845)
#define CAIRO_TYPE1_ENCRYPT_C2 ((unsigned short) 22719)