ports/audio/paulstretch/patches/patch-contrib_kiss_fft_h

11 lines
234 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- contrib/kiss_fft.h.orig Fri Jan 24 01:12:42 2014
+++ contrib/kiss_fft.h Fri Jan 24 01:12:48 2014
@@ -5,7 +5,6 @@
#include <stdio.h>
#include <math.h>
#include <memory.h>
-#include <malloc.h>
#ifdef __cplusplus
extern "C" {