On 23.09.2020 15:15, Christian Biesinger wrote: > On Wed, Sep 23, 2020 at 6:26 AM Kamil Rytarowski wrote: >> >> In file included from ../../gdb/i386-nbsd-nat.c:26: >> ../../gdb/i386-bsd-nat.h:34:53: error: expected template-name before '<' token >> 34 | class i386_bsd_nat_target : public x86bsd_nat_target >> | ^ > > Seems like x86-bsd-nat.h should be included by i386-bsd-nat.h instead? > I have got no opinion. This patch replicates what FreeBSD does. > Christian >