commit | f6d8985b3a36439b620ceb7215904bd4556cdec3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 17 21:05:13 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 17 21:05:13 2017 +0000 |
tree | 8d9654d257d91f074f9f9b2dfffb577a3ebf87ee | |
parent | 2884f447b808d79ca85d9e7c360c12070f2a8f5d [diff] | |
parent | 5d4d139c1e7ec27036886900aead934a8f26cd82 [diff] |
Merge "libcutils should #include <sys/sysmacros.h>" am: c3b931aad3 am: 2668f35d31 am: ce49fc9d0a am: 5d4d139c1e Change-Id: Ia3958f7e7a3406e83f142dffdb6f2f0d92eb199f
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>