Skip to content
Snippets Groups Projects
Commit 099de18c authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Always include stddef.h to make sure size_t exists.

From Alexander Esilevich.

llvm-svn: 231972
parent 67873293
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
*/
#include "int_lib.h"
#include <stddef.h>
#if __APPLE__
#include <libkern/OSCacheControl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment