+ include stdint.h on OSX

This commit is contained in:
kelson42 2013-05-07 21:21:49 +02:00
parent 2554f3e93a
commit 610257e4fd
1 changed files with 1 additions and 0 deletions

View File

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