mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.
This should fix the MSVC build. llvm-svn: 191357
This commit is contained in:
parent
2218fcf390
commit
090874b25d
@ -16,7 +16,9 @@
|
||||
#ifndef LLVM_C_LTO_H
|
||||
#define LLVM_C_LTO_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user