commit | ce49fc9d0ab83d8bcce714084b465736352b3fe5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 17 20:51:04 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 17 20:51:04 2017 +0000 |
tree | a48cf4e517366cf7c3b2236d9988880ba023d888 | |
parent | 6903e671eb0f5e8450d155eae848688b529744c5 [diff] | |
parent | 2668f35d31a50210e42934d01e25beaea5eee481 [diff] |
Merge "libcutils should #include <sys/sysmacros.h>" am: c3b931aad3 am: 2668f35d31 Change-Id: If123865b83fd198055d4344bb9cc58376ccc5cd6
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>