Fix llvm signal tests build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Carlier
2019-10-21 10:44:20 +00:00
parent 685ae98920
commit db084dfbfd

View File

@@ -9,6 +9,7 @@
#if !defined(_WIN32)
#include <unistd.h>
#include <sysexits.h>
#include <signal.h>
#endif // !defined(_WIN32)
#include "llvm/Support/Signals.h"