summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2015-03-11 21:58:40 +0000
committerJoerg Sonnenberger <joerg@bec.de>2015-03-11 21:58:40 +0000
commit099de18c42bd2df44dae45ab94bef266bd8ef5cb (patch)
tree7021d3da26a09b9d037e7221ecfed0daedfc38af /compiler-rt/lib/builtins
parent678732933ff8db4434aaf760c463ecd5e0fd240a (diff)
downloadbcm5719-llvm-099de18c42bd2df44dae45ab94bef266bd8ef5cb.tar.gz
bcm5719-llvm-099de18c42bd2df44dae45ab94bef266bd8ef5cb.zip
Always include stddef.h to make sure size_t exists.
From Alexander Esilevich. llvm-svn: 231972
Diffstat (limited to 'compiler-rt/lib/builtins')
-rw-r--r--compiler-rt/lib/builtins/clear_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/builtins/clear_cache.c b/compiler-rt/lib/builtins/clear_cache.c
index 80115531d82..d1826391d59 100644
--- a/compiler-rt/lib/builtins/clear_cache.c
+++ b/compiler-rt/lib/builtins/clear_cache.c
@@ -9,6 +9,7 @@
*/
#include "int_lib.h"
+#include <stddef.h>
#if __APPLE__
#include <libkern/OSCacheControl.h>
OpenPOWER on IntegriCloud