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

Commit 3b967f52 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Change-Id: If9505880a33131b27bfaa19f3efd45c83a6810ed
parent a75b4935
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"