Fix utf8rewind compilation with GCC
This commit is contained in:
parent
0689c664d7
commit
5a2d940631
6
third_party/utf8rewind/utf8rewind.h
vendored
6
third_party/utf8rewind/utf8rewind.h
vendored
|
@ -69,6 +69,12 @@
|
|||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#if defined(LINUX) || defined(OSX)
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
/*!
|
||||
\addtogroup version
|
||||
\{
|
||||
|
|
Loading…
Reference in New Issue
Block a user