From: Brian Gaeke Date: Mon, 6 Oct 2003 03:30:28 +0000 (+0000) Subject: All of our supported operating systems (so far) and FreeBSD technically X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=378b524ba0b9fd9d04801526668d1845c65af6e7;p=oota-llvm.git All of our supported operating systems (so far) and FreeBSD technically want you to include for fstat(), struct stat, and friends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8887 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Reader/ReaderWrappers.cpp b/lib/Bytecode/Reader/ReaderWrappers.cpp index 68f210175b9..99c0e6be9ee 100644 --- a/lib/Bytecode/Reader/ReaderWrappers.cpp +++ b/lib/Bytecode/Reader/ReaderWrappers.cpp @@ -8,6 +8,7 @@ #include "ReaderInternals.h" #include "Support/StringExtras.h" #include "Config/fcntl.h" +#include #include "Config/unistd.h" #include "Config/sys/mman.h"