Added a couple of includes to get this to compile on Sparc.

llvm-svn: 16685
This commit is contained in:
Tanya Lattner 2004-10-05 00:51:26 +00:00
parent 9895937618
commit c3ef3cc7e5
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

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