> > diff --git a/include/ui/sdl2.h b/include/ui/sdl2.h > > new file mode 100644 > > index 0000000..7f91a75 > > --- /dev/null > > +++ b/include/ui/sdl2.h > > @@ -0,0 +1,11 @@ > > +struct sdl2_console { > > + DisplayChangeListener dcl;
> Is there a reason why you did not use include guards? Fixed. cheers, Gerd