From aa3ac5ba573fa1dac8dec7b844d130355e49821c Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Mon, 11 Mar 2024 23:26:34 +0100 Subject: FIX GCC warnings - include & uninit free (Potential Crash - never seen) --- shell/callbacks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/callbacks.c') diff --git a/shell/callbacks.c b/shell/callbacks.c index c60487d9..89fe4e32 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -18,6 +18,8 @@ #include #include +#include +#include #include "hardinfo.h" #include "callbacks.h" -- cgit v1.2.3