Skip to content

Commit db084df

Browse files
committed
Fix llvm signal tests build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375406 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 685ae98 commit db084df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/Support/SignalsTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#if !defined(_WIN32)
1010
#include <unistd.h>
1111
#include <sysexits.h>
12+
#include <signal.h>
1213
#endif // !defined(_WIN32)
1314

1415
#include "llvm/Support/Signals.h"

0 commit comments

Comments
 (0)