patch-gdb_nat_fork-inferior_c 370 B

12345678910
  1. --- gdb-14.2.orig/gdb/nat/fork-inferior.c 2024-03-03 06:55:00.000000000 +0100
  2. +++ gdb-14.2/gdb/nat/fork-inferior.c 2024-03-22 17:02:35.981582750 +0100
  3. @@ -27,6 +27,7 @@
  4. #include "gdbsupport/pathstuff.h"
  5. #include "gdbsupport/signals-state-save-restore.h"
  6. #include "gdbsupport/gdb_tilde_expand.h"
  7. +#include "linux-ptrace.h"
  8. #include <vector>
  9. extern char **environ;