removed inclusion of non-portable header file (#94)

This commit is contained in:
Árpád Goretity  2017-01-14 14:12:29 +01:00 committed by Steven G. Johnson
parent eab97d16fb
commit 31a8788886

View File

@ -77,7 +77,7 @@
/** @} */
#include <stdlib.h>
#include <sys/types.h>
#if defined(_MSC_VER) && _MSC_VER < 1800
// MSVC prior to 2013 lacked stdbool.h and inttypes.h
typedef signed char utf8proc_int8_t;