From 92dca50dfccb66f7770b172ded09a54579db06d0 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 28 Apr 2013 04:19:31 +0200 Subject: [PATCH] Eliminate compiler warning free() requires stdlib.h --- src/fe-gtk/sexy-spell-entry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c index aab82a7e..0b9aa0e4 100644 --- a/src/fe-gtk/sexy-spell-entry.c +++ b/src/fe-gtk/sexy-spell-entry.c @@ -26,6 +26,7 @@ #include "sexy-spell-entry.h" #include #include +#include #include #include #include