Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaa61ab9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit 'db3a5d98':
  Add missing <stdlib.h> to adb_listeners.c.
parents a1e60d68 db3a5d98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "adb_listeners.h"

#include <stdio.h>
#include <stdlib.h>

#include "sysdeps.h"