Added include stdlib.h
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Sep 2004 20:15:42 +0000 (20:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Sep 2004 20:15:42 +0000 (20:15 +0000)
test/tstmatchstr.c
test/tstnmem.c

index 6f5c14c..ef69d51 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * Copyright (c) 2002-2003, Index Data
+ * Copyright (c) 2002-2004, Index Data
  * See the file LICENSE for details.
  *
- * $Id: tstmatchstr.c,v 1.1 2003-10-27 12:21:38 adam Exp $
+ * $Id: tstmatchstr.c,v 1.2 2004-09-29 20:15:42 adam Exp $
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <yaz/yaz-iconv.h>
 
index 284e0a8..54048c8 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (c) 2002-2003, Index Data
+ * Copyright (c) 2002-2004, Index Data
  * See the file LICENSE for details.
  *
- * $Id: tstnmem.c,v 1.1 2003-10-27 12:21:38 adam Exp $
+ * $Id: tstnmem.c,v 1.2 2004-09-29 20:15:48 adam Exp $
  */
 
 #if HAVE_CONFIG_H
@@ -11,6 +11,7 @@
 
 #include <errno.h>
 #include <string.h>
+#include <stdlib.h>
 #include <ctype.h>
 
 #include <yaz/nmem.h>