On Sat, May 30, 2020 at 1:23 PM Samuel Thibault <samuel.thiba...@gnu.org> wrote: > Index: binutils-gdb/gdb/gnu-nat.c > =================================================================== > --- binutils-gdb.orig/gdb/gnu-nat.c > +++ binutils-gdb/gdb/gnu-nat.c > @@ -46,6 +46,9 @@ extern "C" > #include <hurd/sigpreempt.h> > > #include <portinfo.h> > + > +/* MIG stubs are not yet ready for C++ compilation. */ > +#include "gnu-nat-mig.h" > }
But since this is a header in GDB, why not just add that extern "C" to make it ready for C++ compilation...? Christian