summaryrefslogtreecommitdiff
path: root/tools/bootstrp/md5.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:08:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:08:04 +0000
commitd285898379730364439e64168171a23d279eb803 (patch)
treeb72f101bf5506288552e6742f1d6c6623f6ca5d8 /tools/bootstrp/md5.cxx
parent7fa0148aa2ed19e668b611f1f25cd46fa381b401 (diff)
INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED
2007/06/04 13:32:23 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools/bootstrp/md5.cxx')
-rw-r--r--tools/bootstrp/md5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/bootstrp/md5.cxx b/tools/bootstrp/md5.cxx
index f6e3eee63533..56b209010805 100644
--- a/tools/bootstrp/md5.cxx
+++ b/tools/bootstrp/md5.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: md5.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 00:48:44 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:06:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#include <cstddef>
#include <stdio.h>
-#include <string.hxx>
+#include <tools/string.hxx>
#ifdef WNT
#define FILE_OPEN_READ "rb"