diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-18 01:08:47 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-18 01:08:47 +0000 |
commit | da86c385f9d2fe00ac8591d20c605145048f19e5 (patch) | |
tree | 894651f05d767bbd0e2159ea58f7053638fc0035 | |
parent | 486e55ea5e0a3b9cfd0d613552c332918b4f70da (diff) |
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=880
-rw-r--r-- | mp3amp~/mp3amp~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3amp~/mp3amp~.c b/mp3amp~/mp3amp~.c index e29c240..debbb0c 100644 --- a/mp3amp~/mp3amp~.c +++ b/mp3amp~/mp3amp~.c @@ -25,7 +25,7 @@ /* */
/* ---------------------------------------------------------------------------- */
-
+#include <m_pd.h>
#include "m_imp.h"
#include "g_canvas.h"
#include "pthread.h"
|