diff -NurdB gnome-games-2.10.1/gnome-stones/sound.c gnome-games-2.10.1-patched/gnome-stones/sound.c --- gnome-games-2.10.1/gnome-stones/sound.c 2004-07-17 23:27:04.000000000 -0500 +++ gnome-games-2.10.1-patched/gnome-stones/sound.c 2005-09-05 16:52:43.000000000 -0500 @@ -20,7 +20,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include +#ifndef NO_ESD +# include +#endif #include #include "sound.h" diff -NurdB gnome-games-2.10.1/gnometris/sound.cpp gnome-games-2.10.1-patched/gnometris/sound.cpp --- gnome-games-2.10.1/gnometris/sound.cpp 2004-10-19 01:57:33.000000000 -0500 +++ gnome-games-2.10.1-patched/gnometris/sound.cpp 2005-09-05 16:53:25.000000000 -0500 @@ -21,7 +21,9 @@ */ #include -#include +#ifndef NO_ESD +# include +#endif #include "sound.h"