diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-11 23:26:34 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-03-11 23:26:34 +0100 |
commit | aa3ac5ba573fa1dac8dec7b844d130355e49821c (patch) | |
tree | 618a217e460d22a9a4657b9cc824b07ce8c86158 /shell/callbacks.c | |
parent | de70603e7a490a20d6eeee923c7764e426880a86 (diff) |
FIX GCC warnings - include & uninit free (Potential Crash - never seen)
Diffstat (limited to 'shell/callbacks.c')
-rw-r--r-- | shell/callbacks.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> #include <gtk/gtk.h> +#include <glib.h> +#include <glib/gstdio.h> #include "hardinfo.h" #include "callbacks.h" |