Added include stdlib.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 09:55:58 +0000 (09:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 09:55:58 +0000 (09:55 +0000)
src/yaz-my-client.cpp
src/yaz-my-server.cpp

index a42f928..3a143bf 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (c) 1998-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-my-client.cpp,v 1.17 2004-12-13 20:50:54 adam Exp $
+ * $Id: yaz-my-client.cpp,v 1.18 2005-01-17 09:55:58 adam Exp $
  */
 
+#include <stdlib.h>
 #include <yaz/log.h>
 #include <yaz/options.h>
 #include <yaz/diagbib1.h>
index 4d145ab..bd9d7f6 100644 (file)
@@ -2,9 +2,10 @@
  * Copyright (c) 1998-2001, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-my-server.cpp,v 1.14 2004-12-13 20:50:54 adam Exp $
+ * $Id: yaz-my-server.cpp,v 1.15 2005-01-17 09:55:58 adam Exp $
  */
 
+#include <stdlib.h>
 #include <yaz/log.h>
 #include <yaz/options.h>
 #include <yaz++/z-server.h>