$OpenBSD: patch-gtkpool_sound_cpp,v 1.3 2002/10/25 11:59:06 naddy Exp $ --- gtkpool/sound.cpp.orig Sun Jul 28 23:57:41 2002 +++ gtkpool/sound.cpp Thu Oct 24 12:08:17 2002 @@ -20,13 +20,19 @@ #include #include #include +#ifdef __OpenBSD__ +#include +#include +#include +#else #include +#endif #include #include #include #include "sound.h" -SoundError::SoundError(char *desc, int c, int r = 0, int g = 0){ +SoundError::SoundError(char *desc, int c, int r, int g){ description = strdup(desc); code = c; requested = r;