From: Adam Dickmeiss Date: Thu, 23 Feb 2006 14:30:03 +0000 (+0000) Subject: Include stdlib.h because of exit X-Git-Tag: ZEBRA.1.3.34~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=118e4f6bb7e0a0dee6081a95cfb419f803c3dc82;p=idzebra-moved-to-github.git Include stdlib.h because of exit --- diff --git a/index/main.c b/index/main.c index 9b419df..a8a1ce7 100644 --- a/index/main.c +++ b/index/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.112.2.4 2005-05-30 13:42:04 adam Exp $ +/* $Id: main.c,v 1.112.2.5 2006-02-23 14:30:03 adam Exp $ Copyright (C) 1995-2005 Index Data Aps @@ -24,6 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include #ifdef WIN32 #include #else