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

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

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

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