mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-06-03 17:18:11 -04:00
malloc declaration included with stdlib.h -- no need for malloc.h include (this can cause failure on mac)
This commit is contained in:
parent
968e5580a3
commit
1300338c62
@ -5,7 +5,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user