diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:58:48 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:58:48 +0000 |
commit | 2268f951e5ed311f2aa2e960292c375fdee9b85c (patch) | |
tree | 9bcb5ccda4552bad8882d4517af9a0c06fcdc7f1 /shell | |
parent | dc18b39788591f9d129b89a36fc5ecdb43af3621 (diff) |
INTEGRATION: CWS gcc430two (1.9.56); FILE MERGED
2008/01/28 09:53:11 rene 1.9.56.1: more gcc 4.3.0 things
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index 2d7282cbea41..24407551db48 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: recently_used_file_handler.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2007-06-19 16:12:29 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:58:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,7 @@ #include <vector> #include <algorithm> #include <functional> +#include <string.h> namespace /* private */ { |