summaryrefslogtreecommitdiffstats
path: root/adb/adb_trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb_trace.h')
-rw-r--r--adb/adb_trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_trace.h b/adb/adb_trace.h
index 69b6c69..ef5dc24 100644
--- a/adb/adb_trace.h
+++ b/adb/adb_trace.h
@@ -19,6 +19,8 @@
#if !ADB_HOST
#include <android/log.h>
+#else
+#include <stdio.h>
#endif
#ifdef __cplusplus