mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Must include sys/stat.h before declaring a 'struct stat'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c50bc4cc2
commit
e789a6bfff
@ -20,6 +20,7 @@
|
||||
#include "Unix.h"
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
namespace llvm {
|
||||
using namespace sys;
|
||||
|
@ -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
Block a user