From: Adam Dickmeiss Date: Wed, 28 Apr 1999 13:02:08 +0000 (+0000) Subject: Added include of string.h. X-Git-Tag: YAZPP.0.3~101 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=aa0a53b798b077905644b5d2ef06322463609253;p=yazpp-moved-to-github.git Added include of string.h. --- diff --git a/src/yaz-socket-manager.cpp b/src/yaz-socket-manager.cpp index 7988dca..3f5178b 100644 --- a/src/yaz-socket-manager.cpp +++ b/src/yaz-socket-manager.cpp @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-socket-manager.cpp,v $ - * Revision 1.6 1999-04-21 12:09:01 adam + * Revision 1.7 1999-04-28 13:02:08 adam + * Added include of string.h. + * + * Revision 1.6 1999/04/21 12:09:01 adam * Many improvements. Modified to proxy server to work with "sessions" * based on cookies. * @@ -34,6 +37,7 @@ #include #endif #include +#include #include #include