am 34af320e: am aaa61ab9: am db3a5d98: Merge "Add missing <stdlib.h> to adb_listeners.c."

* commit '34af320ed70c67077c43929bf177afa02d59d11a':
  Add missing <stdlib.h> to adb_listeners.c.
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"