summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index b3e18dc..104e339 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -30,4 +30,6 @@ typedef struct css_string {
size_t len; /**< Byte length of string */
} css_string;
+typedef struct css_stylesheet css_stylesheet;
+
#endif