Skip to content

Instantly share code, notes, and snippets.

@brainopia
Created September 8, 2009 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainopia/182654 to your computer and use it in GitHub Desktop.
Save brainopia/182654 to your computer and use it in GitHub Desktop.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment