summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-11 15:33:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-11 15:33:56 (GMT)
commita11ef1ad68fdb86d4a7d75b0ddeea126aa1adb09 (patch)
treec7041d47ad78719994496c9c33400f2eeb3778a4 /src/core
parent9d8d54a4ee29f98b475347d3bbc925d9a526c352 (diff)
Created a dedicated interface fot panel updating.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/logs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/logs.c b/src/core/logs.c
index f92e581..ceed5a9 100644
--- a/src/core/logs.c
+++ b/src/core/logs.c
@@ -24,6 +24,9 @@
#include "logs.h"
+#include <malloc.h>
+
+
#include "../gui/core/panels.h"
#include "../gui/panels/log.h"