diff options
Diffstat (limited to 'libcutils/ashmem-dev.c')
| -rw-r--r-- | libcutils/ashmem-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/ashmem-dev.c b/libcutils/ashmem-dev.c index db4ed11d1..92717c043 100644 --- a/libcutils/ashmem-dev.c +++ b/libcutils/ashmem-dev.c @@ -31,8 +31,8 @@ #include <sys/types.h> #include <unistd.h> -#include <android/log.h> #include <cutils/ashmem.h> +#include <log/log.h> #define ASHMEM_DEVICE "/dev/ashmem" |
