aboutsummaryrefslogtreecommitdiff
path: root/scratcher~/scratcher~.c
diff options
context:
space:
mode:
Diffstat (limited to 'scratcher~/scratcher~.c')
-rw-r--r--scratcher~/scratcher~.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c
index 9095454..db37847 100644
--- a/scratcher~/scratcher~.c
+++ b/scratcher~/scratcher~.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>
#include <time.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"