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:
parent
818b12be14
commit
c6a78bb04d
@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#if __APPLE__
|
||||
#include <libkern/OSCacheControl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user