summaryrefslogtreecommitdiffstats
path: root/libcutils/trace-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/trace-dev.c')
-rw-r--r--libcutils/trace-dev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcutils/trace-dev.c b/libcutils/trace-dev.c
index 113f423cb..d45e5a98e 100644
--- a/libcutils/trace-dev.c
+++ b/libcutils/trace-dev.c
@@ -29,7 +29,8 @@
#include <cutils/compiler.h>
#include <cutils/properties.h>
#include <cutils/trace.h>
-#include <private/android_logger.h>
+#include <log/log.h>
+#include <log/log_properties.h>
/**
* Maximum size of a message that can be logged to the trace buffer.