Force perl to use byte semantics.

diff --git a/tools/c2man.pl b/tools/c2man.pl
index 22e1ee2..3c78b9b 100755
--- a/tools/c2man.pl
+++ b/tools/c2man.pl
@@ -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)