diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-12-19 18:58:11 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-12-19 18:58:11 +0000 |
commit | 5d112c452aa58350960de4336d13fd7f6b7f61a3 (patch) | |
tree | 44dbcb9ab4ed372c75ee8de74a44820f8df42624 /lib/System/Unix/Program.inc | |
parent | f6358c75eb393ae579aace88a1152f39b2a924f4 (diff) |
Make references to 'struct sigaction' compile under Solaris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Unix/Program.inc')
-rw-r--r-- | lib/System/Unix/Program.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/Unix/Program.inc b/lib/System/Unix/Program.inc index 9469fff8a3..18cbc33d84 100644 --- a/lib/System/Unix/Program.inc +++ b/lib/System/Unix/Program.inc @@ -19,6 +19,7 @@ #include <llvm/Config/config.h> #include "Unix.h" #include <sys/stat.h> +#include <signal.h> #include <fcntl.h> #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> |