summaryrefslogtreecommitdiff
path: root/src/cairo-tag-attributes-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2016-10-04 11:44:52 +1030
committerAdrian Johnson <ajohnson@redneon.com>2016-10-04 12:00:30 +1030
commit3c33d9704119d0178230a0cf9929941592836eab (patch)
treef41f0171f2019691f9c3fef634c994a79901b235 /src/cairo-tag-attributes-private.h
parent23fd706bd1b83a00cdd3d666631e41e2ceab8a70 (diff)
fix make check
Diffstat (limited to 'src/cairo-tag-attributes-private.h')
-rw-r--r--src/cairo-tag-attributes-private.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cairo-tag-attributes-private.h b/src/cairo-tag-attributes-private.h
index 69fd24640..0af23dc45 100644
--- a/src/cairo-tag-attributes-private.h
+++ b/src/cairo-tag-attributes-private.h
@@ -37,6 +37,9 @@
#ifndef CAIRO_TAG_ATTRIBUTES_PRIVATE_H
#define CAIRO_TAG_ATTRIBUTES_PRIVATE_H
+#include "cairo-array-private.h"
+#include "cairo-error-private.h"
+
typedef enum {
TAG_LINK_INVALID = 0,
TAG_LINK_EMPTY,
@@ -47,7 +50,7 @@ typedef enum {
typedef struct _cairo_link_attrs {
cairo_tag_link_type_t link_type;
- cairo_array_t rects; /* array of cairo_rectangle_t */
+ cairo_array_t rects;
char *dest;
char *uri;
char *file;