removed inclusion of non-portable header file (#94)
authorÁrpád Goretity  <h2co3@h2co3.org>
Sat, 14 Jan 2017 13:12:29 +0000 (14:12 +0100)
committerSteven G. Johnson <stevenj@mit.edu>
Sat, 14 Jan 2017 13:12:29 +0000 (08:12 -0500)
utf8proc.h

index edf46d482e9bdba065dd64a0903dd7b242f46d9d..495cd9600681cf880bc674c9decbb805d430b772 100644 (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;