commit | 5d112c452aa58350960de4336d13fd7f6b7f61a3 | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Sun Dec 19 18:58:11 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Sun Dec 19 18:58:11 2004 +0000 |
tree | 44dbcb9ab4ed372c75ee8de74a44820f8df42624 | |
parent | f6358c75eb393ae579aace88a1152f39b2a924f4 [diff] [blame] |
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
diff --git a/lib/System/Unix/Program.cpp b/lib/System/Unix/Program.cpp index 9469fff..18cbc33 100644 --- a/lib/System/Unix/Program.cpp +++ b/lib/System/Unix/Program.cpp
@@ -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>