mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
minor fix to get Windos compiling again
This commit is contained in:
parent
18405b7abb
commit
cbad92f8a8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue