From 97886f254a61e67523243d6abed68cddc4ce6496 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 28 Oct 2013 23:47:11 +0000 Subject: [PATCH] free() requires stdlib.h, which is visible in FLTK 1.3 --- ede-panel/Panel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ede-panel/Panel.cpp b/ede-panel/Panel.cpp index bd0273f..f7ef0d9 100644 --- a/ede-panel/Panel.cpp +++ b/ede-panel/Panel.cpp @@ -19,6 +19,7 @@ */ #include +#include #include #include #include