projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8791979
)
Added include of string.h.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Apr 1999 13:02:08 +0000
(13:02 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Apr 1999 13:02:08 +0000
(13:02 +0000)
src/yaz-socket-manager.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-socket-manager.cpp
b/src/yaz-socket-manager.cpp
index
7988dca
..
3f5178b
100644
(file)
--- 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 <unistd.h>
#endif
#include <errno.h>
+#include <string.h>
#include <log.h>
#include <yaz-socket-manager.h>