diff options
| author | Tanya Lattner <tonic@nondot.org> | 2004-10-05 00:51:26 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2004-10-05 00:51:26 +0000 |
| commit | c3ef3cc7e58b26a9c20360a3311aa8104bd40485 (patch) | |
| tree | 1f6f250733458ea57481d3082c417fa582c3e934 /llvm/lib/System/Unix/MappedFile.cpp | |
| parent | 9895937618c776d629e97a8e2169f35dbfaf286f (diff) | |
| download | bcm5719-llvm-c3ef3cc7e58b26a9c20360a3311aa8104bd40485.tar.gz bcm5719-llvm-c3ef3cc7e58b26a9c20360a3311aa8104bd40485.zip | |
Added a couple of includes to get this to compile on Sparc.
llvm-svn: 16685
Diffstat (limited to 'llvm/lib/System/Unix/MappedFile.cpp')
| -rw-r--r-- | llvm/lib/System/Unix/MappedFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/MappedFile.cpp b/llvm/lib/System/Unix/MappedFile.cpp index 7682c23fda1..7e03cd15a81 100644 --- a/llvm/lib/System/Unix/MappedFile.cpp +++ b/llvm/lib/System/Unix/MappedFile.cpp @@ -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 { |

