Using stdlib.h rather than malloc.h
[snark14.git] / src / snark / signif1.c
index d44d607fa059d9391eb6e87b06609a86ef03918c..829c683d34dfa9e45845f384b08d984b9c74eeb3 100644 (file)
@@ -25,7 +25,7 @@
  highden - high clip value for pointwise accuracy calculation.
  */
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include <math.h>
 #include <stdio.h>