From 6ec5d5be991d9802dd8aa7a789898093c9bc41c9 Mon Sep 17 00:00:00 2001 From: "Spooky85@gmail.com" Date: Sun, 25 Oct 2009 19:24:09 +0000 Subject: [PATCH] Add missing include of stdlib. git-svn-id: http://tint2.googlecode.com/svn/trunk@237 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/tint2conf/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tint2conf/main.c b/src/tint2conf/main.c index 356ef9d..e9767ba 100644 --- a/src/tint2conf/main.c +++ b/src/tint2conf/main.c @@ -17,6 +17,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **************************************************************************/ +#include #include #include #include