Always include stddef.h to make sure size_t exists.

From Alexander Esilevich.

llvm-svn: 231972
This commit is contained in:
Joerg Sonnenberger 2015-03-11 21:58:40 +00:00
parent 678732933f
commit 099de18c42
1 changed files with 1 additions and 0 deletions

View File

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