summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2010-10-22 13:41:51 +0200
committerAndrea Canciani <ranma42@gmail.com>2010-10-29 17:31:22 +0200
commit46584e01a8acfb43bb4af1b4e3b89b5cb5ebe246 (patch)
treeb5839cb763620cb7592df956b7dcb92e6d517334 /src/cairo-path-stroke.c
parent65d57313f00b3775eb443f0c0069b996b44941d8 (diff)
downloadcairo-46584e01a8acfb43bb4af1b4e3b89b5cb5ebe246.tar.gz
box: Add box header
Add a new header implementing very simple box functions: - initialization with the two extrema - extension with a point - in/out test
Diffstat (limited to 'src/cairo-path-stroke.c')
-rw-r--r--src/cairo-path-stroke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index a31ac67c7..cdf22ce76 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -39,6 +39,7 @@
#define _BSD_SOURCE /* for hypot() */
#include "cairoint.h"
+#include "cairo-box-private.h"
#include "cairo-boxes-private.h"
#include "cairo-error-private.h"
#include "cairo-path-fixed-private.h"