提交 90a2f171 编写于 作者: R Rom Lemarchand 提交者: Greg Kroah-Hartman

staging: ashmem: Add missing include

Include <linux/types.h> into ashmem.h to ensure referenced types
are defined

Cc: Android Kernel Team <kernel-team@android.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Signed-off-by: NRom Lemarchand <romlem@android.com>
[jstultz: Minor commit message tweaks]
Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 18e77054
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define _UAPI_LINUX_ASHMEM_H #define _UAPI_LINUX_ASHMEM_H
#include <linux/ioctl.h> #include <linux/ioctl.h>
#include <linux/types.h>
#define ASHMEM_NAME_LEN 256 #define ASHMEM_NAME_LEN 256
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册