mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
f97af9706b
commit
7d0fba4fd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280333
@ -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