diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:12 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:12 +0000 |
commit | e21c3fa0d0b6e02adf0b3b7bb421361eec5742ca (patch) | |
tree | d9df52f305200e4b557a0e2487dbd28cca6449d6 /idlc/source | |
parent | b291f268a93eec2f06be0a1a854dbfefc71916bf (diff) |
INTEGRATION: CWS gcc430two (1.15.14); FILE MERGED
2008/01/28 09:53:07 rene 1.15.14.1: more gcc 4.3.0 things
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/idlcproduce.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx index 62652291a103..fca19ea2cf4b 100644 --- a/idlc/source/idlcproduce.cxx +++ b/idlc/source/idlcproduce.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlcproduce.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2007-10-15 12:44:28 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:45:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,8 @@ #include <errno.h> #endif +#include <string.h> + using namespace ::rtl; using namespace ::osl; |