diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:28 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:28 +0000 |
commit | ba8bed5cb5b6d21316842271648cf1d84f9d33d9 (patch) | |
tree | 5a06957ec92805bf030416977768b6c1ab62abe2 /probalizer | |
parent | 42750d74dc03be5fc10e56f3c534e854680c7d17 (diff) |
added explicit include for m_pd.h to be compatible with 0.37
svn path=/trunk/externals/unauthorized/; revision=860
Diffstat (limited to 'probalizer')
-rw-r--r-- | probalizer/probalizer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/probalizer/probalizer.c b/probalizer/probalizer.c index b145a86..b3efe1a 100644 --- a/probalizer/probalizer.c +++ b/probalizer/probalizer.c @@ -35,6 +35,7 @@ #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" |