diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e297075f00..71aab702de 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-10-01 Kamil Rytarowski + + * i386-bsd-nat.c: Include "x86-bsd-nat.h". + 2020-09-30 Tom de Vries PR symtab/26683 diff --git a/gdb/i386-bsd-nat.h b/gdb/i386-bsd-nat.h index f1c4fc6dfa..be53ea0562 100644 --- a/gdb/i386-bsd-nat.h +++ b/gdb/i386-bsd-nat.h @@ -20,6 +20,8 @@ #ifndef I386_BSD_NAT_H #define I386_BSD_NAT_H +#include "x86-bsd-nat.h" + /* Helper functions. See definitions. */ extern void i386bsd_fetch_inferior_registers (struct regcache *regcache, int regnum);