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

Commit 6b3dcea3 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:...

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

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3450289



Change-Id: I4c9200f9b4db63d0bbfcd9dede606c7678172f3c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents afb0df1b 864276c7
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>