(Runahead) Fix for mingw as suggested by Dwedit

This commit is contained in:
twinaphex 2018-03-29 20:01:34 +02:00
parent 1103f4f630
commit d04d1c0214

View File

@ -1,4 +1,4 @@
#if defined(HAVE_DYNAMIC) && HAVE_DYNAMIC
#if defined(HAVE_DYNAMIC) || defined(HAVE_DYLIB)
#include <string.h>
#include <time.h>