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
This commit is contained in:
Brian Gaeke 2004-12-19 18:58:11 +00:00
parent f6358c75eb
commit 5d112c452a
2 changed files with 2 additions and 0 deletions

View 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>

View 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>