forked from OSchip/llvm-project
parent
6fc2891916
commit
a48633b5bb
|
@ -9,6 +9,7 @@
|
|||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#include <sysexits.h>
|
||||
#include <signal.h>
|
||||
#endif // !defined(_WIN32)
|
||||
|
||||
#include "llvm/Support/Signals.h"
|
||||
|
|
Loading…
Reference in New Issue