diff options
Diffstat (limited to 'adb/qemu_tracing.h')
| -rw-r--r-- | adb/qemu_tracing.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/adb/qemu_tracing.h b/adb/qemu_tracing.h index ff42d4fb69..aefba57385 100644 --- a/adb/qemu_tracing.h +++ b/adb/qemu_tracing.h @@ -21,8 +21,10 @@ #ifndef __QEMU_TRACING_H #define __QEMU_TRACING_H +#include "base/macros.h" + /* Initializes connection with the adb-debug qemud service in the emulator. */ int adb_qemu_trace_init(void); -void adb_qemu_trace(const char* fmt, ...); +void adb_qemu_trace(const char* fmt, ...) ATTRIBUTE_FORMAT(1, 2); #endif /* __QEMU_TRACING_H */ |
