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

Commit 1004ca8b authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing <stdlib.h> for calloc()/free()/strtoul().

Change-Id: I22bf6e72b065142cfea5da8aff699043e8a8196b
parent 0b34b1d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <errno.h>
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/limits.h>