Added include stdlib.h a few places to get prototype for atoi/exit/..
[idzebra-moved-to-github.git] / index / recindex.c
index 793898b..69ed2d1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recindex.c,v 1.41 2005-01-15 19:38:26 adam Exp $
+/* $Id: recindex.c,v 1.42 2005-01-16 23:14:57 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -38,6 +38,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
  *      length = 0 if same as previous
  */
 #include <stdio.h>
+#include <stdlib.h>
 #include <assert.h>
 #include <string.h>