From 2f5fd880364ec36aed0ae7e2f3120eb1d4480292 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 14 Oct 2004 03:06:59 +0000 Subject: [PATCH] Get proper BSD #includes for MappedFile implementation. llvm-svn: 16969 --- llvm/lib/System/FreeBSD/MappedFile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/lib/System/FreeBSD/MappedFile.cpp b/llvm/lib/System/FreeBSD/MappedFile.cpp index a06691966b86..6d22f4088f10 100644 --- a/llvm/lib/System/FreeBSD/MappedFile.cpp +++ b/llvm/lib/System/FreeBSD/MappedFile.cpp @@ -12,6 +12,8 @@ // //===----------------------------------------------------------------------===// +#include + // Include the generic unix implementation #include "../Unix/MappedFile.cpp"