summaryrefslogtreecommitdiff
path: root/cppuhelper/source/bootstrap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:44:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 10:44:33 +0000
commit8130b32b67068462c835c8da6a038d2d1f62826d (patch)
tree19df981b3607262f423816be77c28dc2ad32813e /cppuhelper/source/bootstrap.cxx
parentba4c56c1e11f60a85e4efa5ffef8c6e35107ad12 (diff)
#65293#: include <string.h>
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r--cppuhelper/source/bootstrap.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx
index 2bc0f60ddb68..52f6391b831f 100644
--- a/cppuhelper/source/bootstrap.cxx
+++ b/cppuhelper/source/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2002-01-25 09:36:50 $
+ * last change: $Author: hr $ $Date: 2002-02-21 11:44:33 $
*
* 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>
#include <vector>
#include <rtl/process.h>