forked from Lainports/freebsd-ports
Port changes:
* Change MASTER_SITES
* Add LICENSE_FILE
* Move examples to ${EXAMPLESDIR}, add PORTEXAMPLES=*, remove them from pkg-plist
PR: 228281
Submitted by: takefu@airport.fm
11 lines
232 B
C
11 lines
232 B
C
--- src/freedv_api.c.orig 2018-05-24 09:41:22 UTC
|
|
+++ src/freedv_api.c
|
|
@@ -36,7 +36,7 @@
|
|
#ifdef __APPLE__
|
|
#include <malloc/malloc.h>
|
|
#else
|
|
-#include <malloc.h>
|
|
+#include <sys/malloc.h>
|
|
#endif /* __APPLE__ */
|
|
|
|
#include "fsk.h"
|