Added include stdlib.h
[yaz-moved-to-github.git] / util / yaziconv.c
index 958aa9a..4547614 100644 (file)
@@ -1,14 +1,15 @@
 /*
- * Copyright (c) 1997-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaziconv.c,v 1.1 2003-04-23 20:34:08 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>