mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
All of our supported operating systems (so far) and FreeBSD technically
want you to include <sys/stat.h> for fstat(), struct stat, and friends. llvm-svn: 8887
This commit is contained in:
parent
1f8cc072e4
commit
7bd96d6b90
@ -8,6 +8,7 @@
|
||||
#include "ReaderInternals.h"
|
||||
#include "Support/StringExtras.h"
|
||||
#include "Config/fcntl.h"
|
||||
#include <sys/stat.h>
|
||||
#include "Config/unistd.h"
|
||||
#include "Config/sys/mman.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user