summaryrefslogtreecommitdiffstats
path: root/libcutils/native_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/native_handle.c')
-rw-r--r--libcutils/native_handle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcutils/native_handle.c b/libcutils/native_handle.c
index 61fa38ed4..7f3479d3a 100644
--- a/libcutils/native_handle.c
+++ b/libcutils/native_handle.c
@@ -16,13 +16,13 @@
#define LOG_TAG "NativeHandle"
-#include <stdint.h>
#include <errno.h>
-#include <string.h>
+#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <cutils/log.h>
+#include <android/log.h>
#include <cutils/native_handle.h>
static const int kMaxNativeFds = 1024;