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/Unix.h | |
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/Unix.h')
-rw-r--r-- | llvm/lib/System/Unix/Unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/Unix/Unix.h b/llvm/lib/System/Unix/Unix.h index b9eff46c46f..37bc53c28a5 100644 --- a/llvm/lib/System/Unix/Unix.h +++ b/llvm/lib/System/Unix/Unix.h @@ -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> |