summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utf8proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8proc.h b/utf8proc.h
index edf46d4..495cd96 100644
--- a/utf8proc.h
+++ b/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;