removed inclusion of non-portable header file (#94)
This commit is contained in:
parent
eab97d16fb
commit
31a8788886
@ -77,7 +77,7 @@
|
|||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER < 1800
|
#if defined(_MSC_VER) && _MSC_VER < 1800
|
||||||
// MSVC prior to 2013 lacked stdbool.h and inttypes.h
|
// MSVC prior to 2013 lacked stdbool.h and inttypes.h
|
||||||
typedef signed char utf8proc_int8_t;
|
typedef signed char utf8proc_int8_t;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user