From a413ec89a9a4eb38cc794703e715d4b9f308f6e5 Mon Sep 17 00:00:00 2001 From: Milang Date: Sat, 26 Oct 2019 15:47:35 +0200 Subject: [PATCH] string.h stdlib.h --- src/object.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/object.c b/src/object.c index 47e3f65..0b7b953 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,8 @@ #include +#include +#include + void fe_object_init(fe_object * object) { memset(object, 0, sizeof(fe_object));