diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:45:32 +0000 |
commit | 5e14c0f6f7746817ec066c90cf31bdde0844a603 (patch) | |
tree | de7d2bc777a967b1a939e6b24c65a4e9a41418b3 /rdbmaker/source | |
parent | e21c3fa0d0b6e02adf0b3b7bb421361eec5742ca (diff) |
INTEGRATION: CWS gcc430two (1.6.30); FILE MERGED
2008/01/28 09:53:09 rene 1.6.30.1: more gcc 4.3.0 things
Diffstat (limited to 'rdbmaker/source')
-rw-r--r-- | rdbmaker/source/rdbmaker/rdboptions.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rdbmaker/source/rdbmaker/rdboptions.cxx b/rdbmaker/source/rdbmaker/rdboptions.cxx index 826493906836..f568a487a1ff 100644 --- a/rdbmaker/source/rdbmaker/rdboptions.cxx +++ b/rdbmaker/source/rdbmaker/rdboptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rdboptions.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:10:27 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:45:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,7 @@ * ************************************************************************/ #include <stdio.h> +#include <string.h> #include "rdboptions.hxx" |