From 563ebf92048ba5b21b1a3fff1cce110b65616700 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 22 Feb 2019 00:38:39 +0100 Subject: [PATCH] Adds another build fix --- bh_random/src/bh_random.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bh_random/src/bh_random.cpp b/bh_random/src/bh_random.cpp index af8c602..b6e85fd 100644 --- a/bh_random/src/bh_random.cpp +++ b/bh_random/src/bh_random.cpp @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -#include #include #include extern "C" { @@ -45,7 +44,6 @@ bh_map_srand(unsigned int seed) map_generator.seed(seed); } - extern "C" unsigned int bh_map_rand(void) {