mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-11-12 13:02:56 -05:00
changed memory.h to string.h
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user