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

Commit 864276c7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add missing <stdlib.h> for calloc()/free()/strtoul()." into main am: 38838116

parents b68360af 38838116
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>