Skip to content

Commit

Permalink
staging: android: ashmem: add missing include
Browse files Browse the repository at this point in the history
Include <linux/types.h> into ashmem.h to ensure referenced types are defined

Signed-off-by: Rom Lemarchand <[email protected]>
Change-Id: Iac18ed86dd47296d02a269607b1514724aaa9958
  • Loading branch information
roml committed Jan 24, 2015
1 parent ea262b4 commit 0d7c7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/android/uapi/ashmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define _UAPI_LINUX_ASHMEM_H

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

#define ASHMEM_NAME_LEN 256

Expand Down

0 comments on commit 0d7c7ba

Please sign in to comment.