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:
Dimitry Andric 2015-03-21 21:49:25 +00:00
parent f97af9706b
commit 7d0fba4fd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280333

View File

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