From 138ba413e005d981070727b37e76254931255a5b Mon Sep 17 00:00:00 2001
From: Alexandr Mruchok <alexandrmruchok@gmail.com>
Date: Thu, 23 Jan 2020 12:35:12 +0000
Subject: [PATCH] feature-2920

---
 include/dap_common.h | 1 +
 src/dap_common.c     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dap_common.h b/include/dap_common.h
index a441852..27468c6 100755
--- a/include/dap_common.h
+++ b/include/dap_common.h
@@ -22,6 +22,7 @@
     You should have received a copy of the GNU General Public License
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
+#define _XOPEN_SOURCE 700
 
 #pragma once
 
diff --git a/src/dap_common.c b/src/dap_common.c
index 8030341..d145c6f 100755
--- a/src/dap_common.c
+++ b/src/dap_common.c
@@ -21,7 +21,6 @@
     You should have received a copy of the GNU General Public License
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
-#define _XOPEN_SOURCE 500
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h> /* 'nanosleep' */
-- 
GitLab