forked from OSchip/llvm-project
Added a couple of includes to get this to compile on Sparc.
llvm-svn: 16685
This commit is contained in:
parent
9895937618
commit
c3ef3cc7e5
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "llvm/System/Process.h"
|
||||
#include "Unix.h"
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
namespace llvm {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <cstring>
|
||||
#include <cerrno>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/param.h>
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue