summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:32:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 13:32:09 +0000
commitb3ee0db8ae4a450721c5b479c5a30b49fb88f27a (patch)
tree7de9e353bbd2f9b36eab8f0808912c33c6fec838 /xmlhelp
parentb67a47a85bb99732ee4fadb3562d8995d1f0df42 (diff)
#65293#: include <string.h>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 8354bd9e6b71..0b9369de385d 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: databases.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: abi $ $Date: 2002-02-05 13:47:09 $
+ * last change: $Author: hr $ $Date: 2002-02-21 14:25:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,7 @@
************************************************************************/
+#include <string.h>
#include <berkeleydb/db_cxx.h>
#ifndef _VOS_DIAGNOSE_HXX_
#include <vos/diagnose.hxx>