forked from OSchip/llvm-project
Always include stddef.h to make sure size_t exists.
From Alexander Esilevich. llvm-svn: 231972
This commit is contained in:
parent
678732933f
commit
099de18c42
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#if __APPLE__
|
||||
#include <libkern/OSCacheControl.h>
|
||||
|
|
Loading…
Reference in New Issue