Added include stdlib.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 13:09:43 +0000 (13:09 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 13:09:43 +0000 (13:09 +0000)
util/srwtst.c
util/yaziconv.c

index 1a2cf69..096b2c5 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: srwtst.c,v 1.2 2005-01-15 19:47:15 adam Exp $
+ * $Id: srwtst.c,v 1.3 2005-01-17 13:09:43 adam Exp $
  */
 
+#include <stdlib.h>
 #include <yaz/srw.h>
 
 #if HAVE_XML2
index af52e2d..4547614 100644 (file)
@@ -2,13 +2,14 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaziconv.c,v 1.2 2005-01-15 19:47:15 adam Exp $
+ * $Id: yaziconv.c,v 1.3 2005-01-17 13:09:43 adam Exp $
  */
 
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
 
+#include <stdlib.h>
 #include <errno.h>
 #include <string.h>
 #include <ctype.h>