Commit 0cae060a authored by antirez's avatar antirez
Browse files

Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h

parent d3f7fbfc
......@@ -3,7 +3,7 @@
#define _BSD_SOURCE
#ifdef __linux__
#if defined(__linux__) || defined(__OpenBSD__)
#define _XOPEN_SOURCE 700
#else
#define _XOPEN_SOURCE
......
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