diff --git a/rdpsnd_oss.c b/rdpsnd_oss.c index 020c9c5..f010831 100644 --- a/rdpsnd_oss.c +++ b/rdpsnd_oss.c @@ -19,6 +19,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* + This is a workaround for Esound bug 312665. + FIXME: Remove this when Esound is fixed. +*/ +#ifdef _FILE_OFFSET_BITS +#undef _FILE_OFFSET_BITS +#endif + #include "rdesktop.h" #include #include