+ include stdint.h on OSX

This commit is contained in:
kelson42
2013-05-07 21:21:49 +02:00
parent 2554f3e93a
commit 610257e4fd

View File

@ -21,6 +21,7 @@
#define KIWIX_COMPONENTTOOLS_H
#ifdef __APPLE__
#include <stdint.h>
typedef uint16_t char16_t;
#endif