Added include stdlib.h
[yazpp-moved-to-github.git] / src / yaz-my-server.cpp
index 214a3e4..bd9d7f6 100644 (file)
@@ -2,10 +2,11 @@
  * Copyright (c) 1998-2001, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: yaz-my-server.cpp,v 1.13 2004-11-30 21:10:31 adam Exp $
+ * $Id: yaz-my-server.cpp,v 1.15 2005-01-17 09:55:58 adam Exp $
  */
 
-#include <yaz/ylog.h>
+#include <stdlib.h>
+#include <yaz/log.h>
 #include <yaz/options.h>
 #include <yaz++/z-server.h>
 #include <yaz++/pdu-assoc.h>