diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/liblpcm/xine_decoder.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/liblpcm/xine_decoder.c b/src/liblpcm/xine_decoder.c index 12546e70c..c71d40ab4 100644 --- a/src/liblpcm/xine_decoder.c +++ b/src/liblpcm/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.41 2003/05/17 18:18:52 jstembridge Exp $ + * $Id: xine_decoder.c,v 1.42 2003/05/19 10:06:36 tchamp Exp $ * * 31-8-2001 Added LPCM rate sensing. * (c) 2001 James Courtier-Dutton James@superbug.demon.co.uk @@ -39,6 +39,11 @@ #include "audio_out.h" #include "buffer.h" +#ifdef WIN32 +#include <winsock.h> +/*#include <Winsock2.h>*/ /* htons */ +#endif + typedef struct { audio_decoder_class_t decoder_class; } lpcm_class_t; |