* Makefile.in (diststuff): Make all-doc; diststuff target does not
[deliverable/binutils-gdb.git] / gdb / copying.awk
index a93631846273331c89b7d0c3a614e86059a5a62c..378d62031ec2bd27fd4ed2a18b4b044eb66d2de6 100644 (file)
@@ -2,6 +2,8 @@ BEGIN   {
          FS="\"";
          print "/* Do not modify this file; it is created automatically";
          print "   by copying.awk.  */";
+         print "#include \"defs.h\""
+         print "#include \"command.h\""
          print "extern int immediate_quit;";
          print "static void";
          print "copying_info ()";
This page took 0.023967 seconds and 4 git commands to generate.