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

* commit 'aaa61ab91e668465d0e14063a4e8694607b5af78':
  Add missing <stdlib.h> to adb_listeners.c.
This commit is contained in:
Elliott Hughes 2015-02-25 16:52:08 +00:00 committed by Android Git Automerger
commit 34af320ed7

View file

@ -17,6 +17,7 @@
#include "adb_listeners.h"
#include <stdio.h>
#include <stdlib.h>
#include "sysdeps.h"