commit | bf9a62dcad48ccd64f4cf16a709e84a460050893 | [log] [tgz] |
---|---|---|
author | Bob Wilson <bob.wilson@apple.com> | Tue Jan 03 18:59:25 2012 +0000 |
committer | Bob Wilson <bob.wilson@apple.com> | Tue Jan 03 18:59:25 2012 +0000 |
tree | 2f14b053152b9f60deec6118453bd9adfdc3c767 | |
parent | 9d4d20af55180abca1ecbcebb0710b08d386d281 [diff] [blame] |
Fix missing include of int_lib.h and ppc ifdef for FreeBSD. Patch provided by Ed Schouten! llvm-svn: 147458
diff --git a/compiler-rt/lib/clear_cache.c b/compiler-rt/lib/clear_cache.c index fdd3316..b934fd4 100644 --- a/compiler-rt/lib/clear_cache.c +++ b/compiler-rt/lib/clear_cache.c
@@ -8,6 +8,8 @@ * ===----------------------------------------------------------------------=== */ +#include "int_lib.h" + #if __APPLE__ #include <libkern/OSCacheControl.h> #endif