From d8b5dd586db230db3f09bedba9bfc0bdb254fe57 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 24 Nov 2008 00:56:48 +0000 Subject: Fix number parsing and make test code automatically determine correctness. More test data, which covers everything. Fix includes in libcss/types.h svn path=/trunk/libcss/; revision=5764 --- include/libcss/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/libcss/types.h b/include/libcss/types.h index 0a2df82..4cb8fbc 100644 --- a/include/libcss/types.h +++ b/include/libcss/types.h @@ -9,7 +9,8 @@ #define libcss_types_h_ #include -#include +#include +#include /** Source of charset information, in order of importance * A client-dictated charset will override all others. -- cgit v1.2.3