]> git.saurik.com Git - redis.git/commitdiff
Merge pull request #787 from charsyam/remove-warning-bio
authorSalvatore Sanfilippo <antirez@gmail.com>
Fri, 23 Nov 2012 11:44:18 +0000 (03:44 -0800)
committerSalvatore Sanfilippo <antirez@gmail.com>
Fri, 23 Nov 2012 11:44:18 +0000 (03:44 -0800)
remove compile warning bioKillThreads

src/debug.c

index d4ee1cb47103e586e260e949b92e005d1b0e184a..be3db882bbd8a863b5e3be6fc0032a9401616e6e 100644 (file)
@@ -37,6 +37,7 @@
 #include <execinfo.h>
 #include <ucontext.h>
 #include <fcntl.h>
+#include "bio.h"
 #endif /* HAVE_BACKTRACE */
 
 /* ================================= Debugging ============================== */