summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 14:20:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 14:20:23 +0000
commit2034e0474db128ed3d587eb82b850fadc42af05b (patch)
tree497f682dfeaaaef921f4503685a4380f17d9c514 /ucb
parent0101cd0070bf53b0e5085a944869f5b9e4fc2058 (diff)
#65293#: include <string.h>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.cxx b/ucb/source/ucp/webdav/NeonSession.cxx
index 27c7701387e6..80ef9c473f08 100644
--- a/ucb/source/ucp/webdav/NeonSession.cxx
+++ b/ucb/source/ucp/webdav/NeonSession.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: NeonSession.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kso $ $Date: 2002-01-23 14:41:17 $
+ * last change: $Author: hr $ $Date: 2002-02-21 15:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
+#include <string.h>
#ifndef HTTPAUTH_H
#include <http_auth.h>
#endif