Fix llvm signal tests build.

llvm-svn: 375406
This commit is contained in:
David Carlier 2019-10-21 10:44:20 +00:00
parent 6fc2891916
commit a48633b5bb
1 changed files with 1 additions and 0 deletions

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"