Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90a2f171 authored by Rom Lemarchand's avatar Rom Lemarchand Committed by Greg Kroah-Hartman
Browse files

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: default avatarRom Lemarchand <romlem@android.com>
[jstultz: Minor commit message tweaks]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 18e77054
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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