From 4f94ef52c1b41cfab32a1506b624346cfacc6f0d Mon Sep 17 00:00:00 2001 From: Korkman Date: Fri, 3 Jun 2022 20:40:40 +0200 Subject: [PATCH] Fix building in Debian Buster, Ubuntu Jammy --- BasiliskII/src/Unix/prefs_editor_gtk.cpp | 6 ++++-- SheepShaver/src/Unix/prefs_editor_gtk.cpp | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BasiliskII/src/Unix/prefs_editor_gtk.cpp b/BasiliskII/src/Unix/prefs_editor_gtk.cpp index a7a03db5..5af2aa85 100644 --- a/BasiliskII/src/Unix/prefs_editor_gtk.cpp +++ b/BasiliskII/src/Unix/prefs_editor_gtk.cpp @@ -29,6 +29,8 @@ #include #include +#include + #ifdef HAVE_GNOMEUI #include #endif @@ -412,12 +414,12 @@ static void mn_about(...) const char *authors[] = { "Christian Bauer", "Orlando Bassotto", - "Gwenolé Beauchesne", + "Gwenol� Beauchesne", "Marc Chabanas", "Marc Hellwig", "Biill Huey", "Brian J. Johnson", - "Jürgen Lachmann", + "J�rgen Lachmann", "Samuel Lander", "David Lawrence", "Lauri Pesonen", diff --git a/SheepShaver/src/Unix/prefs_editor_gtk.cpp b/SheepShaver/src/Unix/prefs_editor_gtk.cpp index a15337d3..03821908 100644 --- a/SheepShaver/src/Unix/prefs_editor_gtk.cpp +++ b/SheepShaver/src/Unix/prefs_editor_gtk.cpp @@ -29,6 +29,8 @@ #include #include +#include + #include "user_strings.h" #include "version.h" #include "cdrom.h"