From a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2009 10:58:36 +0000 Subject: Move property dispatch table out of select.c so it can be used by the computed style composition code. svn path=/trunk/libcss/; revision=6523 --- src/select/propset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/select/propset.h') diff --git a/src/select/propset.h b/src/select/propset.h index 730822a..27860f0 100644 --- a/src/select/propset.h +++ b/src/select/propset.h @@ -8,6 +8,8 @@ #ifndef css_select_propset_h_ #define css_select_propset_h_ +#include + #include /* Important: keep this file in sync with computed.h */ -- cgit v1.2.1