commit | 2668f35d31a50210e42934d01e25beaea5eee481 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 17 20:47:03 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 17 20:47:03 2017 +0000 |
tree | d085cf2cb7b9b0d4c3967cb7987269c30f0c38bb | |
parent | ccf078da71043f8bbcabff8ae600ebcecdfe0bc6 [diff] | |
parent | c3b931aad37a27ae5335253a5a50acdc41edd927 [diff] |
Merge "libcutils should #include <sys/sysmacros.h>" am: c3b931aad3 Change-Id: Ifbd963ac88e5d4b2d60d48616064a99753f62e3e
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>