summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2016-10-02 16:50:37 +0200
committerantirez <antirez@gmail.com>2016-10-02 16:50:37 +0200
commit4674efdee247e34720e2f87cbd090f06f81e295f (patch)
tree40e0dccbf1b1bac4179eaa69656581c9ec41deef /src
parent0d9febf6a02abf7c232b79d02c65d00427368df1 (diff)
parent6782e774f13499cf51e4301ad4f1262acde664e1 (diff)
downloadredis-4674efdee247e34720e2f87cbd090f06f81e295f.tar.gz
Merge branch 'unstable' of github.com:/antirez/redis into unstable
Diffstat (limited to 'src')
-rw-r--r--src/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index e00526577..d48caedcc 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -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__