forked from OSchip/llvm-project
Make references to 'struct sigaction' compile under Solaris.
llvm-svn: 19045
This commit is contained in:
parent
766ad0b77f
commit
8062bde121
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue