From a2b76c71f48393a78f43606f2bbc34727901f2dd Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 2 Sep 2003 05:19:17 +0000 Subject: added #if's and minor tweaks to make things compile with pd 0.37 svn path=/trunk/externals/unauthorized/; revision=929 --- mp3live~/mp3fileout~.c | 1 + mp3live~/mp3streamin~.c | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'mp3live~') diff --git a/mp3live~/mp3fileout~.c b/mp3live~/mp3fileout~.c index edadf8e..41476f1 100644 --- a/mp3live~/mp3fileout~.c +++ b/mp3live~/mp3fileout~.c @@ -30,6 +30,7 @@ /* ---------------------------------------------------------------------------- */ +#include #include #include diff --git a/mp3live~/mp3streamin~.c b/mp3live~/mp3streamin~.c index 954af64..54fe5ac 100644 --- a/mp3live~/mp3streamin~.c +++ b/mp3live~/mp3streamin~.c @@ -30,9 +30,14 @@ /* ---------------------------------------------------------------------------- */ +#include #include #include +#if PD_MINOR_VERSION >=37 +#include "s_stuff.h" +#endif + #include #include #ifdef UNIX -- cgit v1.2.1