summaryrefslogtreecommitdiffstats
path: root/fastboot/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/transport.h')
-rw-r--r--fastboot/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/transport.h b/fastboot/transport.h
index 55a5abbc0..67d01f95e 100644
--- a/fastboot/transport.h
+++ b/fastboot/transport.h
@@ -17,7 +17,7 @@
#ifndef TRANSPORT_H_
#define TRANSPORT_H_
-#include <base/macros.h>
+#include <android-base/macros.h>
// General interface to allow the fastboot protocol to be used over different
// types of transports.