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:
Brian Gaeke 2003-10-06 03:30:28 +00:00
parent 13c2c689a1
commit 82f64531f6
1 changed files with 1 additions and 0 deletions

View File

@ -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"