diff -r d39add9822e2 -r 5bfc169077b2 browserutilities/xmlparser/src/xhtml_1_0_dict.c --- a/browserutilities/xmlparser/src/xhtml_1_0_dict.c Tue Feb 02 00:56:45 2010 +0200 +++ b/browserutilities/xmlparser/src/xhtml_1_0_dict.c Fri Mar 19 09:52:28 2010 +0200 @@ -39,7 +39,8 @@ */ #include "nw_xhtml_xhtml_1_0_tokens.h" -#include +#include "nw_wbxml_dictionary.h" + static const NW_Ucs2 NW_XHTML_1_0_ElementTag_body[] = {'b','o','d','y','\0'}; static const NW_Ucs2 NW_XHTML_1_0_ElementTag_head[] = {'h','e','a','d','\0'};