projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab97d1
)
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)
committer
Steven G. Johnson
<stevenj@mit.edu>
Sat, 14 Jan 2017 13:12:29 +0000
(08:12 -0500)
utf8proc.h
patch
|
blob
|
history
diff --git
a/utf8proc.h
b/utf8proc.h
index edf46d482e9bdba065dd64a0903dd7b242f46d9d..495cd9600681cf880bc674c9decbb805d430b772 100644
(file)
--- 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;