Pull in r231972 from upstream compiler-rt trunk (by Jörg Sonnenberger):

Always include stddef.h to make sure size_t exists.

  From Alexander Esilevich.

Requested by:	andrew
This commit is contained in:
dim 2015-03-21 21:49:25 +00:00
parent 818b12be14
commit c6a78bb04d

View File

@ -9,6 +9,7 @@
*/
#include "int_lib.h"
#include <stddef.h>
#if __APPLE__
#include <libkern/OSCacheControl.h>