diff options
author | Elliott Hughes <enh@google.com> | 2015-02-24 12:37:13 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-02-24 12:37:13 -0800 |
commit | 3b967f52f2d859c736028b8c5983fd759c5e62b6 (patch) | |
tree | 5808458fc6efbc8083491f20ec7ee21df384665a /adb | |
parent | a75b4935a4b667f0d37372db7559ecc6f8ee0b0d (diff) | |
download | system_core-3b967f52f2d859c736028b8c5983fd759c5e62b6.zip system_core-3b967f52f2d859c736028b8c5983fd759c5e62b6.tar.gz system_core-3b967f52f2d859c736028b8c5983fd759c5e62b6.tar.bz2 |
Add missing <stdlib.h> to adb_listeners.c.
Change-Id: If9505880a33131b27bfaa19f3efd45c83a6810ed
Diffstat (limited to 'adb')
-rw-r--r-- | adb/adb_listeners.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/adb_listeners.c b/adb/adb_listeners.c index 699f3f5..cccc520 100644 --- a/adb/adb_listeners.c +++ b/adb/adb_listeners.c @@ -17,6 +17,7 @@ #include "adb_listeners.h" #include <stdio.h> +#include <stdlib.h> #include "sysdeps.h" |