Include stdlib.h a few places. Remove unused var.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 10:40:19 +0000 (10:40 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 10:40:19 +0000 (10:40 +0000)
test/api/t3.c
test/api/t4.c
test/api/t5.c

index 5a4a574..3659552 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t3.c,v 1.8 2004-07-28 08:15:47 adam Exp $
+/* $Id: t3.c,v 1.8.2.1 2005-05-04 10:40:19 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
+#include <stdlib.h>
 #include <yaz/log.h>
 #include <yaz/pquery.h>
 #include <zebraapi.h>
index 9fb81b7..98da891 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t4.c,v 1.8 2004-07-28 08:15:47 adam Exp $
+/* $Id: t4.c,v 1.8.2.1 2005-05-04 10:40:19 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
+#include <stdlib.h>
 #include <yaz/log.h>
 #include <yaz/pquery.h>
 #include <zebraapi.h>
index 7163650..d1de56c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: t5.c,v 1.5 2004-08-04 08:35:26 adam Exp $
+/* $Id: t5.c,v 1.4.2.1 2005-05-04 10:40:19 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -20,6 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
+#include <stdlib.h>
 #include <yaz/log.h>
 #include <yaz/pquery.h>
 #include <zebraapi.h>