Skip to content

Commit d5ad058

Browse files
committed
BUG: Remove malloc.h for FreeBSD
FreeBSD does nto support malloc.h and requires stdlib
1 parent b1fd9ad commit d5ad058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

randomstate/src/random-kit/random-kit-jump.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#pragma once
22
#include "random-kit.h"
33
#include <stdlib.h>
4-
#include <malloc.h>
54

65
/* parameters for computing Jump */
76
#define W_SIZE 32 /* size of unsigned long */

0 commit comments

Comments
 (0)