summaryrefslogtreecommitdiff
path: root/src/cairo-pattern.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-13 18:54:12 -0700
committerBryce Harrington <bryce@osg.samsung.com>2014-10-13 18:54:12 -0700
commitf6fd372a8b31a0bebbdfe36090d6ffc7bab9a2f8 (patch)
tree6699ef72621140f2e492fe88d28071087c91a596 /src/cairo-pattern.c
parent60ca80b248c2a5ffd0744162af7a1f1df1b04398 (diff)
pattern: Restore dropped inclusion of cairoint.h1.14.0
Fixes failure in make release-check due by check-preprocessor-syntax.sh due to requirement that cairoint.h be the first include for source files.
Diffstat (limited to 'src/cairo-pattern.c')
-rw-r--r--src/cairo-pattern.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index e16823dcc..010de5c30 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -28,6 +28,8 @@
* Carl Worth <cworth@cworth.org>
*/
+#include "cairoint.h"
+
#include "cairo-array-private.h"
#include "cairo-error-private.h"
#include "cairo-freed-pool-private.h"