Skip to content

Commit 588e61d

Browse files
committed
Replace nonstandard malloc.h with stdlib.h
1 parent ade6118 commit 588e61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsharp/sharp_legendre.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#include "sharp_legendre.h"
6565
#include "sharp_vecsupport.h"
6666

67-
#include <malloc.h>
67+
#include <stdlib.h>
6868

6969
/*{ for scalar, T in [("double", ""), ("float", "_s")] }*/
7070
/*{ for cs in range(1, 7) }*/

0 commit comments

Comments
 (0)