Index: tools/c2man.pl
===================================================================
RCS file: /home/wine/wine/tools/c2man.pl,v
retrieving revision 1.8
diff -u -r1.8 c2man.pl
--- tools/c2man.pl	13 May 2003 00:41:57 -0000	1.8
+++ tools/c2man.pl	16 May 2003 08:25:23 -0000
@@ -27,6 +27,7 @@
 #  Should we have a special output mode for WineHQ?
 
 use strict;
+use bytes;
 
 # Options
 my $opt_output_directory = "man3w"; # All default options are for nroff (man pages)
