summaryrefslogtreecommitdiff
path: root/astro/libnova/files/patch-src_utility.c
blob: 5b77ca6862a4d3c5e0e8a895af5c79fec322f89c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/utility.c.orig	2012-04-28 09:41:42 UTC
+++ src/utility.c
@@ -44,10 +44,6 @@
 #include <ctype.h>
 #include <libnova/libnova.h>
 
-#ifndef __APPLE__
-#include <malloc.h>
-#endif
-
 /* Include unistd.h only if not on a Win32 platform */
 /* Include Win32 Headers sys/types.h and sys/timeb.h if on Win32 */
 #ifndef __WIN32__