Remove use of malloc.h
This header is deprecated and Linux-specific. The standard include for malloc should be stdlib.h.LT1AB
parent
db8930151f
commit
6b42742b00
|
@ -1,7 +1,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <complex.h>
|
||||
#include <malloc.h>
|
||||
/************************************************************************
|
||||
* cfft1d is a subroutine used to call and initialize perflib Fortran FFT *
|
||||
* routines. *
|
||||
|
|
Loading…
Reference in New Issue