From 0e776a7336e275c62ae277d8550e71030c57bbb9 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Sun, 15 May 2016 04:26:17 +0000 Subject: Fix FreeBSD build failure git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@269587 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/profile/InstrProfilingWriter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/profile/InstrProfilingWriter.c') diff --git a/lib/profile/InstrProfilingWriter.c b/lib/profile/InstrProfilingWriter.c index 30c1b785c..da0b58df0 100644 --- a/lib/profile/InstrProfilingWriter.c +++ b/lib/profile/InstrProfilingWriter.c @@ -11,6 +11,8 @@ #include "InstrProfilingInternal.h" #ifdef _MSC_VER #include +#elif defined(__FreeBSD__) +#include #else #include #endif -- cgit v1.2.3