Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/libnova/files/patch-src_utility.c
16462 views
1
--- src/utility.c.orig 2012-04-28 09:41:42 UTC
2
+++ src/utility.c
3
@@ -44,10 +44,6 @@
4
#include <ctype.h>
5
#include <libnova/libnova.h>
6
7
-#ifndef __APPLE__
8
-#include <malloc.h>
9
-#endif
10
-
11
/* Include unistd.h only if not on a Win32 platform */
12
/* Include Win32 Headers sys/types.h and sys/timeb.h if on Win32 */
13
#ifndef __WIN32__
14
15