replace *a lot* of file related calls by their GLib counterparts. This is necessary...
[obnox/wireshark/wip.git] / make-tapreg-dotc
index aa5e6931eaf37fd10ecd858819bd6697f5b65687..686f308011dbcf430b1cfd6df52d4905af2612ef 100755 (executable)
@@ -22,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.