commit | 5d4d139c1e7ec27036886900aead934a8f26cd82 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 17 20:54:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 17 20:54:05 2017 +0000 |
tree | 01063887a806e12042cc4c3be6f6717d4431bf50 | |
parent | 89af994dc1de47e7ac766a780bcaabd51652c569 [diff] | |
parent | ce49fc9d0ab83d8bcce714084b465736352b3fe5 [diff] |
Merge "libcutils should #include <sys/sysmacros.h>" am: c3b931aad3 am: 2668f35d31 am: ce49fc9d0a Change-Id: Iad330e5266e27f412687209f3bd6375f777dc905
diff --git a/libcutils/ashmem-dev.c b/libcutils/ashmem-dev.c index 92717c0..b4abb79 100644 --- a/libcutils/ashmem-dev.c +++ b/libcutils/ashmem-dev.c
@@ -28,6 +28,7 @@ #include <string.h> #include <sys/ioctl.h> #include <sys/stat.h> +#include <sys/sysmacros.h> #include <sys/types.h> #include <unistd.h>