Commit d35deb23 authored by antirez's avatar antirez
Browse files

debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.

parent 6211e77a
......@@ -40,7 +40,6 @@
#include <fcntl.h>
#include "bio.h"
#include <unistd.h>
#define _GNU_SOURCE
#include <dlfcn.h>
#endif /* HAVE_BACKTRACE */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment