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

Commit 5542e343 authored by Rom Lemarchand's avatar Rom Lemarchand Committed by Ruchi Kandoi
Browse files

staging: android: ashmem: add missing include



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

Signed-off-by: default avatarRom Lemarchand <romlem@android.com>
Change-Id: Iac18ed86dd47296d02a269607b1514724aaa9958
(cherry picked from commit 0d7c7ba9f6428e694130a40e270516618f27ce14)
parent e768e790
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#define _UAPI_LINUX_ASHMEM_H

#include <linux/ioctl.h>
#include <linux/types.h>

#define ASHMEM_NAME_LEN		256