Browse Source

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

pull/99/head
Árpád Goretity  8 years ago
committed by Steven G. Johnson
parent
commit
31a8788886
  1. 2
      utf8proc.h

2
utf8proc.h

@ -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;

Loading…
Cancel
Save