forked from OSchip/llvm-project
Must include sys/stat.h before declaring a 'struct stat'
llvm-svn: 16728
This commit is contained in:
parent
a3d1b776b9
commit
c5a630bd3c
|
@ -20,6 +20,7 @@
|
|||
#include "Unix.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
|
Loading…
Reference in New Issue