Many public functions returns ZEBRA_RES rather than int to avoid
[idzebra-moved-to-github.git] / index / recindex.c
index 793898b..8449381 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.43 2005-04-15 10:47:48 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -38,9 +38,11 @@ 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>
 
+#include <yaz/yaz-util.h>
 #include "recindxp.h"
 
 #if HAVE_BZLIB_H