From feb0de14741e709472952abf5f7101a28a377c07 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 12 Mar 2011 15:55:49 +0000 Subject: Hide the CSS computed style itself. Only expose a few simple structures which we can keep sane. All property accessors are thus hidden behind a link symbol for ABI safety svn path=/trunk/libcss/; revision=11969 --- src/select/propset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/propset.h') diff --git a/src/select/propset.h b/src/select/propset.h index 766f30d..2cf7895 100644 --- a/src/select/propset.h +++ b/src/select/propset.h @@ -11,6 +11,7 @@ #include #include +#include "computed.h" /* Important: keep this file in sync with computed.h */ /** \todo Is there a better way to ensure this happens? */ -- cgit v1.2.3