Include stdlib.h because of exit
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Feb 2006 14:30:03 +0000 (14:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 23 Feb 2006 14:30:03 +0000 (14:30 +0000)
index/main.c

index 9b419df..a8a1ce7 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>
 #include <assert.h>
+#include <stdlib.h>
 #ifdef WIN32
 #include <io.h>
 #else