diff options
Diffstat (limited to 'sonogram~')
-rw-r--r-- | sonogram~/sonogram~-joge.c | 3 | ||||
-rw-r--r-- | sonogram~/sonogram~-yves.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sonogram~/sonogram~-joge.c b/sonogram~/sonogram~-joge.c index 6fc2153..fc70b73 100644 --- a/sonogram~/sonogram~-joge.c +++ b/sonogram~/sonogram~-joge.c @@ -37,7 +37,9 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/stat.h> +#ifndef MACOSX #include <malloc.h> +#endif #include <ctype.h> #ifdef UNIX #include <unistd.h> @@ -50,6 +52,7 @@ #endif #include <math.h> +#include <m_pd.h> #include "m_imp.h" #include "g_canvas.h" #include "t_tk.h" diff --git a/sonogram~/sonogram~-yves.c b/sonogram~/sonogram~-yves.c index 0d2a721..4459d9e 100644 --- a/sonogram~/sonogram~-yves.c +++ b/sonogram~/sonogram~-yves.c @@ -37,7 +37,9 @@ #include <stdlib.h> #include <fcntl.h> #include <sys/stat.h> +#ifndef MACOSX #include <malloc.h> +#endif #include <ctype.h> #include <pthread.h> #ifdef UNIX @@ -48,6 +50,7 @@ #endif #include <math.h> +#include <m_pd.h> #include "m_imp.h" #include "g_canvas.h" #include "t_tk.h" |