Browse Source

Removed malloc.h include. Fixes #1.

woollybah 4 years ago
parent
commit
af206b4a44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sfmt.mod/sfmtglue.c

+ 1 - 1
sfmt.mod/sfmtglue.c

@@ -28,7 +28,7 @@
 
 #include "brl.mod/blitz.mod/blitz.h"
 #include <stdlib.h>
-#include <malloc.h>
+
 #include "SFMT.h"
 
 sfmt_t * bmx_sfmt_init_gen_rand(sfmt_t * sfmt, int seed) {