From d0f761307ff1f4e101eb32f8128752c5238767bf Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 12 Oct 2020 18:37:24 +0200
Subject: Makefile update

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index f25efb3..ced56f2 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ CFLAGS			+= -Wextra
 CFLAGS			+= -Werror
 CFLAGS			+= -pedantic
 #------------------------------------------------------------------------------#
-CDEFS			 = -D_POSIX_C_SOURCE
+CDEFS			 = -D_POSIX_C_SOURCE=200112L
 #------------------------------------------------------------------------------#
 LDFLAGS			 = -L${LFT_DIR}
 LDFLAGS			+= -lft
-- 
cgit v1.2.3