diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:59:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 12:59:45 +0000 |
commit | fea9d94daff2947e6bd51c3180b4b8fdf0e3e0f1 (patch) | |
tree | 7224305626aca54c5ec2fa4c8e0c67e2a7bd1987 | |
parent | 99b01ff66bbc135dbc4efb77b3e816a4d2388be0 (diff) |
INTEGRATION: CWS gcc430two (1.5.64); FILE MERGED
2008/01/28 09:53:09 rene 1.5.64.1: more gcc 4.3.0 things
-rw-r--r-- | package/source/zipapi/MemoryByteGrabber.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx index 666d6e2ba..ff5d5acd7 100644 --- a/package/source/zipapi/MemoryByteGrabber.hxx +++ b/package/source/zipapi/MemoryByteGrabber.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MemoryByteGrabber.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:13:19 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:59:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,7 @@ #ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_ #include <com/sun/star/io/XSeekable.hpp> #endif +#include <string.h> class MemoryByteGrabber { |