diff options
author | Dan Albert <danalbert@google.com> | 2015-02-18 18:03:26 -0800 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-02-18 18:22:52 -0800 |
commit | e9fca14c9e555a9d02e1d94ba6d3b290673ea26b (patch) | |
tree | 2f25dc90b5d7885dafa7201cba186a64908222f3 /adb/transport.h | |
parent | ba3a251749c88210949008ae26f8bc04812084c1 (diff) | |
download | system_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.tar.gz system_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.tar.bz2 system_core-e9fca14c9e555a9d02e1d94ba6d3b290673ea26b.zip |
Move the listener code into its own file.
Change-Id: I7332455ed1a213daedeaa4a81260edf08b2fd131
Diffstat (limited to 'adb/transport.h')
-rw-r--r-- | adb/transport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adb/transport.h b/adb/transport.h index c1b8ff34f..d95ad3231 100644 --- a/adb/transport.h +++ b/adb/transport.h @@ -17,6 +17,8 @@ #ifndef __TRANSPORT_H #define __TRANSPORT_H +#include <sys/types.h> + #ifdef __cplusplus extern "C" { #endif |