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

Commit 38838116 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 0b34b1d2 1004ca8b
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>