commit | 831cfc5c0199c014650dd18c8ce68fb00af50ad8 | [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 | d1664391c504324c70af83b22bb8bda08689f076 [diff] | |
parent | 36628c9dc14cacae49ea0234db214d0df768c488 [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>