summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁrpád Goretity  <h2co3@h2co3.org>2017-01-14 14:12:29 +0100
committerSteven G. Johnson <stevenj@mit.edu>2017-01-14 08:12:29 -0500
commit31a87888867bd3b291fe84b48b0471b0038b51a1 (patch)
tree474611c3af251d29161c314ee387589920c87a39
parenteab97d16fba12c6d51c3101685d7ea5bc8ebad54 (diff)
downloadlibutf8proc-31a87888867bd3b291fe84b48b0471b0038b51a1.tar.gz
libutf8proc-31a87888867bd3b291fe84b48b0471b0038b51a1.tar.bz2
removed inclusion of non-portable header file (#94)
-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;