diff options
author | Dan Albert <danalbert@google.com> | 2015-03-20 03:14:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-20 03:14:28 +0000 |
commit | 28f07697eb6f4039daae6c9c5efee67a4d85cc92 (patch) | |
tree | 2730e00ea41c6b14c653319c67d157142a312218 /adb/adb_auth.h | |
parent | 6a0548bf7cd8c3a0d17d2cc207d6fcf0c8297d31 (diff) | |
parent | 3313426fad9eaaf53017cdbde889ebcec91358ec (diff) | |
download | system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.zip system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.gz system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.bz2 |
Merge "File header cleanup."
Diffstat (limited to 'adb/adb_auth.h')
-rw-r--r-- | adb/adb_auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/adb_auth.h b/adb/adb_auth.h index e0425ad..635556e 100644 --- a/adb/adb_auth.h +++ b/adb/adb_auth.h @@ -17,6 +17,8 @@ #ifndef __ADB_AUTH_H #define __ADB_AUTH_H +#include "adb.h" + #ifdef __cplusplus extern "C" { #endif |