Add stddef.h for size_t typedef.

Approved by:	pjd (mentor)
This commit is contained in:
oshogbo 2015-07-02 21:46:07 +00:00
parent 0664f96e03
commit 029d310933

View File

@ -37,6 +37,7 @@
#ifndef _KERNEL
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#endif