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

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
......@@ -6,6 +6,7 @@
*/
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include "lkc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment