Make references to 'struct sigaction' compile under Solaris.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Dec 2004 18:58:11 +0000 (18:58 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Dec 2004 18:58:11 +0000 (18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19045 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Unix/Program.cpp
lib/System/Unix/Program.inc

index 9469fff8a3e56bb6492487bdeb306cf35e44a864..18cbc33d8417c6fddb210c561a794e3f5e560d4c 100644 (file)
@@ -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>
index 9469fff8a3e56bb6492487bdeb306cf35e44a864..18cbc33d8417c6fddb210c561a794e3f5e560d4c 100644 (file)
@@ -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>