diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:54:38 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:54:38 +0000 |
commit | 13239a440e5669a92a344da1fb387054635c4f43 (patch) | |
tree | e7a7cfce10dd89aa05ae2184b80db5f778984e3a /tools/source/fsys | |
parent | 9c22d1c5c7d252d4dd800f5e896b0a5898faa646 (diff) |
INTEGRATION: CWS gcc430two (1.60.64); FILE MERGED
2008/01/28 09:53:11 rene 1.60.64.1: more gcc 4.3.0 things
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index 2f85130ca72e..5931fd7f1ca4 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urlobj.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:12:02 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:54:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,8 @@ #define INCLUDED_LIMITS #endif +#include <string.h> + namespace unnamed_tools_urlobj {} using namespace unnamed_tools_urlobj; // unnamed namespaces don't work well yet... |