Index: compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc =================================================================== --- compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc +++ compiler-rt/trunk/test/asan/TestCases/atexit_stats.cc @@ -7,7 +7,7 @@ // XFAIL: android #include -#if !defined(__APPLE__) +#if !defined(__APPLE__) && !defined(__FreeBSD__) #include #endif int *p1 = (int*)malloc(900);