summaryrefslogtreecommitdiff
path: root/package/source/zipapi/CRC32.cxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-04-19 13:13:40 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-04-19 13:13:40 +0000
commit4b6f310cd73211d81110280d61db27df234cdca7 (patch)
tree50e3ea467e4140e9b0a1c32cae52e120ce526c76 /package/source/zipapi/CRC32.cxx
parent2b7c5da331c5573dac2cab9ac5e3a2ed097cb60f (diff)
misc code clean ups
Diffstat (limited to 'package/source/zipapi/CRC32.cxx')
-rw-r--r--package/source/zipapi/CRC32.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/CRC32.cxx b/package/source/zipapi/CRC32.cxx
index 63ac06237619..b99229132133 100644
--- a/package/source/zipapi/CRC32.cxx
+++ b/package/source/zipapi/CRC32.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CRC32.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mtg $ $Date: 2000-12-19 21:55:39 $
+ * last change: $Author: mtg $ $Date: 2001-04-19 14:13:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,9 @@
#ifndef _CRC32_HXX
#include "CRC32.hxx"
#endif
+#ifndef _ZLIB_H
+#include <external/zlib/zlib.h>
+#endif
using namespace rtl;
using namespace com::sun::star;