brainopia (owner)

Revisions

gist: 182654 Download_button fork
public
Public Clone URL: git://gist.github.com/182654.git
Embed All Files: show embed
devil-1.7.8-macosx.patch #
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur old/src-ILU/ilur/ilur.c new/src-ILU/ilur/ilur.c
--- old/src-ILU/ilur/ilur.c 2009-09-08 05:31:29.000000000 +0400
+++ new/src-ILU/ilur/ilur.c 2009-09-07 07:32:33.000000000 +0400
@@ -1,6 +1,6 @@
 #include <string.h>
 #include <stdio.h>
-#include <malloc.h>
+#include <malloc/malloc.h>
 
 #include <IL/il.h>
 #include <IL/ilu.h>