aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scratcher~/scratcher~.c4
-rw-r--r--sonogram~/sonogram~.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c
index d5a950e..32e8e46 100644
--- a/scratcher~/scratcher~.c
+++ b/scratcher~/scratcher~.c
@@ -37,7 +37,11 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifdef __APPLE__
+#include <sys/malloc.h>
+#else
#include <malloc.h>
+#endif
#include <ctype.h>
#include <pthread.h>
#include <time.h>
diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c
index b43405a..e6c3887 100644
--- a/sonogram~/sonogram~.c
+++ b/sonogram~/sonogram~.c
@@ -37,7 +37,11 @@
#include <stdlib.h>
#include <fcntl.h>
#include <sys/stat.h>
+#ifdef __APPLE__
+#include <sys/malloc.h>
+#else
#include <malloc.h>
+#endif
#include <ctype.h>
#include <pthread.h>
#ifdef UNIX