diff options
| -rw-r--r-- | compiler-rt/lib/profile/InstrProfilingWriter.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingWriter.c b/compiler-rt/lib/profile/InstrProfilingWriter.c index 30c1b785c72..da0b58df082 100644 --- a/compiler-rt/lib/profile/InstrProfilingWriter.c +++ b/compiler-rt/lib/profile/InstrProfilingWriter.c @@ -11,6 +11,8 @@  #include "InstrProfilingInternal.h"  #ifdef _MSC_VER  #include <malloc.h> +#elif defined(__FreeBSD__) +#include <stdlib.h>  #else  #include <alloca.h>  #endif  | 

