From d77b5377320765c95877199d1a3af28061da66b9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 May 2017 11:36:51 -0700 Subject: [PATCH] libcutils should #include Bug: https://github.com/android-ndk/ndk/issues/398 Test: builds Change-Id: I8ca21a74e2856fde09c284aee1343c627d8381e6 --- libcutils/ashmem-dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcutils/ashmem-dev.c b/libcutils/ashmem-dev.c index 92717c043..b4abb79d8 100644 --- a/libcutils/ashmem-dev.c +++ b/libcutils/ashmem-dev.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include