Replace nonstandard malloc.h with stdlib.h

This commit is contained in:
Reijo Keskitalo 2017-12-21 10:04:45 -08:00
parent ade6118629
commit 588e61dab6

View file

@ -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) }*/