mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ include stdint.h on OSX
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#define KIWIX_COMPONENTTOOLS_H
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdint.h>
|
||||
typedef uint16_t char16_t;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user