From 588e61dab6123f37be1a7bc660ffca7d36735eb7 Mon Sep 17 00:00:00 2001 From: Reijo Keskitalo Date: Thu, 21 Dec 2017 10:04:45 -0800 Subject: [PATCH] Replace nonstandard malloc.h with stdlib.h --- libsharp/sharp_legendre.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsharp/sharp_legendre.c.in b/libsharp/sharp_legendre.c.in index 63c84b7..cd65012 100644 --- a/libsharp/sharp_legendre.c.in +++ b/libsharp/sharp_legendre.c.in @@ -64,7 +64,7 @@ #include "sharp_legendre.h" #include "sharp_vecsupport.h" -#include +#include /*{ for scalar, T in [("double", ""), ("float", "_s")] }*/ /*{ for cs in range(1, 7) }*/