forked from OSchip/llvm-project
Fix yet another aspect of the build breakage caused by r216949
llvm-svn: 217001
This commit is contained in:
parent
85f2692d2f
commit
112237b476
|
@ -19,6 +19,10 @@
|
|||
#define _GNUC_VER (__GNUC__ * 100 + __GNUC_MINOR__)
|
||||
#endif
|
||||
|
||||
#if !_WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define _LIBCPP_VERSION 1101
|
||||
|
||||
#define _LIBCPP_ABI_VERSION 1
|
||||
|
|
Loading…
Reference in New Issue