summaryrefslogtreecommitdiffstats
path: root/libion
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2013-12-18 15:17:06 -0800
committerColin Cross <ccross@android.com>2013-12-18 18:27:57 -0800
commit51b6e42231b5d0c0a3bbf03cbd5880f04c277004 (patch)
tree0808212c72233700fd095dd2c1d5f7213341bd34 /libion
parent7496318486da5a501cd8ab854c2e47ca56ea1ee3 (diff)
downloadsystem_core-51b6e42231b5d0c0a3bbf03cbd5880f04c277004.zip
system_core-51b6e42231b5d0c0a3bbf03cbd5880f04c277004.tar.gz
system_core-51b6e42231b5d0c0a3bbf03cbd5880f04c277004.tar.bz2
libion: add include for size_t
Add sys/types.h include for size_t Change-Id: Ica764b1f5eca2df21d82c86493fc4e0d70b6628a
Diffstat (limited to 'libion')
-rw-r--r--libion/include/ion/ion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libion/include/ion/ion.h b/libion/include/ion/ion.h
index 6ad3ed7..f47793d 100644
--- a/libion/include/ion/ion.h
+++ b/libion/include/ion/ion.h
@@ -21,6 +21,7 @@
#ifndef __SYS_CORE_ION_H
#define __SYS_CORE_ION_H
+#include <sys/types.h>
#include <linux/ion.h>
__BEGIN_DECLS