Replace nonstandard malloc.h with stdlib.h
This commit is contained in:
parent
ade6118629
commit
588e61dab6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
#include "sharp_legendre.h"
|
||||
#include "sharp_vecsupport.h"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*{ for scalar, T in [("double", ""), ("float", "_s")] }*/
|
||||
/*{ for cs in range(1, 7) }*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue