summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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.