Added include stdlib.h
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Feb 2005 17:23:36 +0000 (17:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Feb 2005 17:23:36 +0000 (17:23 +0000)
test/tstccl.c
test/tstodr.c
test/tstwrbuf.c

index 73c4011..0142bc6 100644 (file)
@@ -2,11 +2,12 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstccl.c,v 1.5 2005-01-15 19:47:15 adam Exp $
+ * $Id: tstccl.c,v 1.6 2005-02-01 17:23:36 adam Exp $
  */
 
 /* CCL test */
 
+#include <stdlib.h>
 #include <string.h>
 #include <yaz/ccl.h>
 
index f7cc7b9..a0180a6 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstodr.c,v 1.3 2005-01-15 19:47:15 adam Exp $
+ * $Id: tstodr.c,v 1.4 2005-02-01 17:23:36 adam Exp $
  *
  */
+#include <stdlib.h>
 #include <stdio.h>
 #include <yaz/odr.h>
 #include "tstodrcodec.h"
index fab5c11..bab2004 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstwrbuf.c,v 1.2 2005-01-15 19:47:15 adam Exp $
+ * $Id: tstwrbuf.c,v 1.3 2005-02-01 17:23:36 adam Exp $
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 
 #include <yaz/wrbuf.h>