summaryrefslogtreecommitdiff
path: root/solenv/bin/mhids.pl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:49:53 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:49:53 +0000
commitb08932713ac983a83e893c2bbe86af67f248b273 (patch)
tree3d37a32d25ecabca0a3cf2e3924e4dfea2dc7d26 /solenv/bin/mhids.pl
parent4ddcf4ee2710d562a517ae396eace3b39f8ef120 (diff)
INTEGRATION: CWS sb59 (1.7.358); FILE MERGED
2006/08/29 14:55:28 sb 1.7.358.1: #i67535# Made code warning-free (GCC 4.1.1).
Diffstat (limited to 'solenv/bin/mhids.pl')
-rw-r--r--solenv/bin/mhids.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/bin/mhids.pl b/solenv/bin/mhids.pl
index 2587b1313acf..66d980954570 100644
--- a/solenv/bin/mhids.pl
+++ b/solenv/bin/mhids.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: mhids.pl,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: kz $ $Date: 2005-10-06 12:41:25 $
+# last change: $Author: obo $ $Date: 2006-10-12 13:49:53 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -202,6 +202,7 @@ if (!open C_PROG, ">$workfile.c") {
cleandie("ERROR - open $workfile.c\n for writing failed");
}
push @cleanuplist, ".c";
+print C_PROG "#include <stdio.h>\n";
print C_PROG "#include <wctype.h>\n";
if ( !open PRE, "<$workfile.c2" ) {