From d04d1c0214ba9ead7457d8467a4cbd78194c242b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 29 Mar 2018 20:01:34 +0200 Subject: [PATCH] (Runahead) Fix for mingw as suggested by Dwedit --- runahead/secondary_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runahead/secondary_core.c b/runahead/secondary_core.c index 29dda8087c..2a7a2657e0 100644 --- a/runahead/secondary_core.c +++ b/runahead/secondary_core.c @@ -1,4 +1,4 @@ -#if defined(HAVE_DYNAMIC) && HAVE_DYNAMIC +#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB) #include #include