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