Further cleanup of Wireshark User Guide
[obnox/wireshark/wip.git] / make-tapreg-dotc
index d3c470529c3739746ee7b44c394c86dbf79f291c..686f308011dbcf430b1cfd6df52d4905af2612ef 100755 (executable)
@@ -1,5 +1,9 @@
 #! /bin/sh
 
+#
+# $Id$
+#
+
 #
 # The first argument is the output filename.
 #
@@ -18,7 +22,8 @@ shift
 #
 rm -f ${outfile}-tmp
 echo '/* Do not modify this file.  */' >${outfile}-tmp
-echo '/* It is created automatically by the Makefile.  */'>>${outfile}-tmp
+echo '/* It is created automatically by the Makefile.  */' >>${outfile}-tmp
+echo '#include "register.h"' >>${outfile}-tmp
 
 #
 # Build code to call all the tap listener registration routines.