From abb04cfc79704f56d945943bc87555f43160adb8 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 5 Oct 2004 00:56:46 +0000 Subject: Adjust sys/stat.h inclusion so its only for SunOS. llvm-svn: 16686 --- llvm/lib/System/SunOS/MappedFile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/System/SunOS/MappedFile.cpp') diff --git a/llvm/lib/System/SunOS/MappedFile.cpp b/llvm/lib/System/SunOS/MappedFile.cpp index ebde62afc17..a90f7eacb8b 100644 --- a/llvm/lib/System/SunOS/MappedFile.cpp +++ b/llvm/lib/System/SunOS/MappedFile.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// // Include the generic unix implementation +#include #include "../Unix/MappedFile.cpp" // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab -- cgit v1.2.3