Windows needs Windows.h instead of unidist.h.
This commit is contained in:
parent
8af1646f97
commit
14e101a3b1
@ -12,7 +12,11 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#ifdef LLVM_ON_WIN32
|
||||
# include <Windows.h>
|
||||
#else
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
namespace cling {
|
||||
namespace utils{
|
||||
|
Loading…
x
Reference in New Issue
Block a user