commit | 36628c9dc14cacae49ea0234db214d0df768c488 | [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 | 77c255ed38e94ec54eda18c6d0d4725c372a1569 [diff] | |
parent | 3e567cd898f3daa93a1ddcce36856dd3b60200dd [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>