mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
4c69167eb4
WWW: http://tapas.affenbande.org/wordpress/?page_id=9 PR: ports/111128 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
12 lines
224 B
C
12 lines
224 B
C
--- convolution_process.c.orig Mon Apr 2 09:22:07 2007
|
|
+++ convolution_process.c Mon Apr 2 09:22:15 2007
|
|
@@ -23,7 +23,7 @@
|
|
#include <dsp/dspop.h>
|
|
#endif
|
|
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
|
|
|