mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-19 13:34:21 -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:
@ -5,7 +5,6 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user