mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
f6358c75eb
commit
5d112c452a
@ -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>
|
||||
|
@ -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
Block a user