commit | a22ae16cf505b743cc0839a1d463f3d4457ae0c6 | [log] [tgz] |
---|---|---|
author | Rom Lemarchand <romlem@android.com> | Sat Jan 24 15:08:42 2015 -0800 |
committer | flintman <flintman@flintmancomputers.com> | Fri Nov 20 20:59:19 2015 -0500 |
tree | 40a14895f95cbddf29474878073e1432cb13d25a | |
parent | 39f80930cec83e6420713b7f75b9473f1fd3b168 [diff] [blame] |
staging: android: ashmem: add missing include Include <linux/types.h> into ashmem.h to ensure referenced types are defined Signed-off-by: Rom Lemarchand <romlem@android.com> Change-Id: If82d92caa6c148ab2182a681637fc8e17c44346d
diff --git a/include/linux/ashmem.h b/include/linux/ashmem.h index 25a190e..c01a141 100644 --- a/include/linux/ashmem.h +++ b/include/linux/ashmem.h
@@ -14,6 +14,7 @@ #include <linux/limits.h> #include <linux/ioctl.h> +#include <linux/types.h> #define ASHMEM_NAME_LEN 256