Include stdlib.h a few places. Remove unused var.
[idzebra-moved-to-github.git] / isamb / isamb.c
index 0418da0..9dbd406 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: isamb.c,v 1.47.2.3 2004-11-10 21:20:03 adam Exp $
+/* $Id: isamb.c,v 1.47.2.4 2005-01-16 23:13:30 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -21,6 +21,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #include <string.h>
+#include <stdlib.h>
 #include <yaz/xmalloc.h>
 #include <yaz/log.h>
 #include <isamb.h>