Merge "Add missing <stdlib.h> to adb_listeners.c."
This commit is contained in:
commit
db3a5d984e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "adb_listeners.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "sysdeps.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue