Make references to 'struct sigaction' compile under Solaris.

llvm-svn: 19045
This commit is contained in:
Brian Gaeke 2004-12-19 18:58:11 +00:00
parent 766ad0b77f
commit 8062bde121
1 changed files with 1 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>