mirror of https://github.com/kiwix/libkiwix.git
+ include stdint.h on OSX
This commit is contained in:
parent
2554f3e93a
commit
610257e4fd
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue