From 80df4bfae204cb77fe19c53b7706a8f8f63fc323 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 12 Apr 2001 01:20:02 +0000 Subject: [PATCH] fix prev checkin --- panda/src/mpg123/audio.c | 2 ++ panda/src/mpg123/common.c | 5 ++++- panda/src/mpg123/readers.c | 2 ++ panda/src/mpg123/xfermem.c | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/panda/src/mpg123/audio.c b/panda/src/mpg123/audio.c index 7ac6e1fe94..475b9e4d94 100644 --- a/panda/src/mpg123/audio.c +++ b/panda/src/mpg123/audio.c @@ -1,6 +1,8 @@ #include "mpg123.h" +#ifdef WIN32 #include +#endif #include void audio_info_struct_init(struct audio_info_struct *ai) diff --git a/panda/src/mpg123/common.c b/panda/src/mpg123/common.c index e5cee212b4..40b674e5c9 100644 --- a/panda/src/mpg123/common.c +++ b/panda/src/mpg123/common.c @@ -10,8 +10,11 @@ #include #endif /* WIN32 */ -#include +#ifdef WIN32 #include +#endif + +#include #ifdef READ_MMAP #include diff --git a/panda/src/mpg123/readers.c b/panda/src/mpg123/readers.c index 54b71d73a1..ea28c21dcb 100644 --- a/panda/src/mpg123/readers.c +++ b/panda/src/mpg123/readers.c @@ -3,7 +3,9 @@ #include #include #include +#ifdef WIN32 #include +#endif #include "mpg123.h" #include "mpgbuffer.h" #include "common.h" diff --git a/panda/src/mpg123/xfermem.c b/panda/src/mpg123/xfermem.c index 3f96dc88a3..a90966a00b 100644 --- a/panda/src/mpg123/xfermem.c +++ b/panda/src/mpg123/xfermem.c @@ -20,7 +20,9 @@ #include #include #include +#ifdef WIN32 #include +#endif #ifdef AIX #include