summaryrefslogtreecommitdiff
blob: cdf18e48e41d6d954786ea276d8a1b6be5b6454b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- duhdraw-2.8.13/duhdraw.c
+++ duhdraw-2.8.13/duhdraw.c
@@ -12,7 +12,9 @@
 #include <stdio.h>
 #include <dirent.h>
 #include <sys/stat.h>
+#ifndef __APPLE__
 #include <malloc.h>
+#endif
 #include <time.h>
 #include <curses.h>
 #include <ctype.h>