summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 11:16:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-21 11:16:53 +0000
commitd6e245a70d5047d77e71b39d06cb698364ab864f (patch)
tree10b362ce0dadf13fd95094dfc585632b7638a162 /bridges
parent8130b32b67068462c835c8da6a038d2d1f62826d (diff)
#65293#: include <string.h>
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/urp/urp_marshal.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_marshal.hxx b/bridges/source/remote/urp/urp_marshal.hxx
index a34e5bc4fae2..a2a2b86b865e 100644
--- a/bridges/source/remote/urp/urp_marshal.hxx
+++ b/bridges/source/remote/urp/urp_marshal.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urp_marshal.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2001-08-31 16:16:52 $
+ * last change: $Author: hr $ $Date: 2002-02-21 12:11:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,8 @@
#ifndef _URP_MARSHAL_HXX_
#define _URP_MARSHAL_HXX_
+#include <string.h>
+
#ifndef _RTL_USTRBUF_HXX_
#include <rtl/ustrbuf.hxx>
#endif