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

Commit 02d95c96 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kconfig: add missing <stdlib.h> inclusion



This header is needed when using {m,re}alloc(3) and free(3) function family.

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent dd003306
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 */

#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "lkc.h"