d9149e227eea — Vesa Norilo 2 years ago
do not override _XOPEN_SOURCE
1 files changed, 2 insertions(+), 0 deletions(-)

M src/common/CallStack.h
M src/common/CallStack.h +2 -0
@@ 1,6 1,8 @@ 
 #pragma once
 
+#ifndef _XOPEN_SOURCE
 #define _XOPEN_SOURCE 600
+#endif
 
 #include <stdexcept>
 #include <functional>