summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-24 00:56:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-24 00:56:48 +0000
commitd8b5dd586db230db3f09bedba9bfc0bdb254fe57 (patch)
treecc03414893089bec421e755efb949a76d470fe6e /include/libcss/types.h
parentf235d82dccb499f1af06e7ef3e1d7b9b57c12014 (diff)
downloadlibcss-d8b5dd586db230db3f09bedba9bfc0bdb254fe57.tar.gz
libcss-d8b5dd586db230db3f09bedba9bfc0bdb254fe57.tar.bz2
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
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h3
1 files changed, 2 insertions, 1 deletions
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 <stdbool.h>
-#include <inttypes.h>
+#include <stdint.h>
+#include <stdlib.h>
/** Source of charset information, in order of importance
* A client-dictated charset will override all others.