1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix llvm signal tests build.

llvm-svn: 375406
This commit is contained in:
David Carlier 2019-10-21 10:44:20 +00:00
parent fc0614afd5
commit c838310c5c

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"