diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:01:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:01:53 +0000 |
commit | e76b94b778c2350ce2945f8e876d96f4395b857e (patch) | |
tree | d256bf07496ecad741133305619326a941d119df | |
parent | 583800756214c66bc475d289864fe9b843fabed5 (diff) |
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=851
-rw-r--r-- | audience~/audience~.c | 3 |
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" |