commit | 3e567cd898f3daa93a1ddcce36856dd3b60200dd | [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 | 518ad5305dabb3707087d0bbf81b2011c5da4495 [diff] | |
parent | d3f453779b1b6caa8564a19a991db4124708e746 [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>