summaryrefslogtreecommitdiff
path: root/src/select/propset.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-15 10:58:36 +0000
commita3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d (patch)
tree59cc79b15b2217c21d41a4a4ff5de080aa1389ae /src/select/propset.h
parent8cd57dac5b019a814f3f87accc81c94728e6229f (diff)
downloadlibcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.gz
libcss-a3ec55e0f72fb0d55b2309d5688d7f8ce3194e2d.tar.bz2
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
Diffstat (limited to 'src/select/propset.h')
-rw-r--r--src/select/propset.h2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+
#include <libcss/computed.h>
/* Important: keep this file in sync with computed.h */