Merge "Add missing <stdlib.h> to adb_listeners.c."

This commit is contained in:
Elliott Hughes 2015-02-24 20:37:53 +00:00 committed by Gerrit Code Review
commit db3a5d984e

View file

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