aboutsummaryrefslogtreecommitdiff
path: root/audience~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:01:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-16 08:01:53 +0000
commite76b94b778c2350ce2945f8e876d96f4395b857e (patch)
treed256bf07496ecad741133305619326a941d119df /audience~
parent583800756214c66bc475d289864fe9b843fabed5 (diff)
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=851
Diffstat (limited to 'audience~')
-rw-r--r--audience~/audience~.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/audience~/audience~.c b/audience~/audience~.c
index 2d74bbb..cafc4f5 100644
--- a/audience~/audience~.c
+++ b/audience~/audience~.c
@@ -36,6 +36,9 @@
#include <stdio.h>
#include <math.h>
#include <ctype.h>
+
+#include <m_pd.h>
+
#include "m_imp.h"
#include "g_canvas.h"
#include "t_tk.h"