--- hatari/src/gui-sdl/dlgAbout.c 2019/04/01 07:11:38 1.1.1.1 +++ hatari/src/gui-sdl/dlgAbout.c 2019/04/01 07:11:57 1.1.1.2 @@ -6,9 +6,10 @@ Show information about the program and its license. */ -char DlgAbout_rcsid[] = "Hatari $Id: dlgAbout.c,v 1.1.1.1 2019/04/01 07:11:38 root Exp $"; +char DlgAbout_rcsid[] = "Hatari $Id: dlgAbout.c,v 1.1.1.2 2019/04/01 07:11:57 root Exp $"; #include "main.h" +#include "dialog.h" #include "sdlgui.h"