diff options
Diffstat (limited to 'gdb/copying.awk')
-rw-r--r-- | gdb/copying.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/copying.awk b/gdb/copying.awk index 0babd83..7a450d4 100644 --- a/gdb/copying.awk +++ b/gdb/copying.awk @@ -7,7 +7,7 @@ BEGIN { print " Modify copying.awk instead. <== */"; print "" print "#include \"command.h\"" - print "#include \"gdbcmd.h\"" + print "#include \"cli/cli-cmds.h\"" print "" print "static void show_copying_command (const char *, int);" print "" |