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/computed.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/computed.c') diff --git a/src/select/computed.c b/src/select/computed.c index bae776d..948a18b 100644 --- a/src/select/computed.c +++ b/src/select/computed.c @@ -9,6 +9,7 @@ #include +#include "select/dispatch.h" #include "utils/utils.h" /** -- cgit v1.2.3