forked from OSchip/llvm-project
Get proper BSD #includes for MappedFile implementation.
llvm-svn: 16969
This commit is contained in:
parent
9cb9354d17
commit
2f5fd88036
|
@ -12,6 +12,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
// Include the generic unix implementation
|
||||
#include "../Unix/MappedFile.cpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue