From 7e99e57d747c8f9161cd08f48cacb8b1721b1d45 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 12 Oct 2020 18:36:32 +0200 Subject: Makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed51777..f25efb3 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic #------------------------------------------------------------------------------# -CDEFS = -D_BSD_SOURCE +CDEFS = -D_POSIX_C_SOURCE #------------------------------------------------------------------------------# LDFLAGS = -L${LFT_DIR} LDFLAGS += -lft -- cgit v1.2.3