summaryrefslogtreecommitdiff
blob: 89f9ff9008cbf7d37b32a16357fb62d3b03d66d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- duhdraw-2.8.12/duhdraw.c.orig	2005-10-31 19:34:57.000000000 +0100
+++ duhdraw-2.8.12/duhdraw.c	2005-10-31 19:35:58.000000000 +0100
@@ -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>