Must include sys/stat.h before declaring a 'struct stat'

llvm-svn: 16728
This commit is contained in:
Brian Gaeke 2004-10-05 18:46:59 +00:00
parent a3d1b776b9
commit c5a630bd3c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "Unix.h"
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
namespace llvm {
using namespace sys;