Added include stdlib.h
[yazpp-moved-to-github.git] / src / yaz-my-server.cpp
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>