mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
debug.c: include dlfcn.h regardless of BACKTRACE support.
This commit is contained in:
parent
2564031a15
commit
6782e774f1
@ -33,6 +33,7 @@
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <signal.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
#ifdef HAVE_BACKTRACE
|
||||
#include <execinfo.h>
|
||||
@ -40,7 +41,6 @@
|
||||
#include <fcntl.h>
|
||||
#include "bio.h"
|
||||
#include <unistd.h>
|
||||
#include <dlfcn.h>
|
||||
#endif /* HAVE_BACKTRACE */
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
|
Loading…
Reference in New Issue
Block a user