aboutsummaryrefslogtreecommitdiff
path: root/mp3amp~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:08:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-18 01:08:47 +0000
commitda86c385f9d2fe00ac8591d20c605145048f19e5 (patch)
tree894651f05d767bbd0e2159ea58f7053638fc0035 /mp3amp~
parent486e55ea5e0a3b9cfd0d613552c332918b4f70da (diff)
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=880
Diffstat (limited to 'mp3amp~')
-rw-r--r--mp3amp~/mp3amp~.c2
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"