diff options
Diffstat (limited to 'astro/libnova/files/patch-src__utility.c')
-rw-r--r-- | astro/libnova/files/patch-src__utility.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/astro/libnova/files/patch-src__utility.c b/astro/libnova/files/patch-src__utility.c new file mode 100644 index 000000000000..fc54fa0155de --- /dev/null +++ b/astro/libnova/files/patch-src__utility.c @@ -0,0 +1,13 @@ +--- src/utility.c.orig Sun Oct 9 11:04:48 2005 ++++ src/utility.c Sun Oct 9 11:04:56 2005 +@@ -45,10 +45,6 @@ + #include <ctype.h> + #include <libnova/utility.h> + +-#ifndef __APPLE__ +-#include <malloc.h> +-#endif +- + #ifndef WIN32 + #include "config.h" + #else |