Using stdlib.h rather than malloc.h
[snark14.git] / src / snark / hit_ratio.c
index 4525a2be03092a60586be797bb58c43e53285793..cff9550bd8312812856c53676ffc3f79d7c6cf69 100644 (file)
@@ -10,7 +10,7 @@
  Previously part of SuperSNARK
  */
 
-#include "malloc.h"
+#include <stdlib.h>
 #include "experimenter.h"
 #include "read_eval_phantom1.h"
 #include "read_eval_recon1.h"