libion: add include for size_t
Add sys/types.h include for size_t Change-Id: Ica764b1f5eca2df21d82c86493fc4e0d70b6628a
This commit is contained in:
parent
7496318486
commit
51b6e42231
|
@ -21,6 +21,7 @@
|
|||
#ifndef __SYS_CORE_ION_H
|
||||
#define __SYS_CORE_ION_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <linux/ion.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Reference in New Issue