minor fix to get Windos compiling again

This commit is contained in:
rmottola 2019-12-05 11:07:40 +01:00
parent 18405b7abb
commit cbad92f8a8

View file

@ -568,7 +568,9 @@ GSListModules()
#if defined(HAVE_UNWIND_H) && !defined(HAVE_BACKTRACE)
#include <unwind.h>
#if !defined(_WIN32)
#include <dlfcn.h>
#endif
struct GSBacktraceState
{