1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 109b8c6ede
commit 38641114a3

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;