mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
debug.c: include dlfcn.h regardless of BACKTRACE support.
This commit is contained in:
@ -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__
|
||||
|
Reference in New Issue
Block a user