From 539d210f0a4865b34288b73a5ac47dca308a5fa2 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Mar 2020 18:51:02 +0100 Subject: gotta thread --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32fc614..7c24e8b 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ ifdef ASAN CFLAGS += ${FSANITIZE} endif #--------------------------------------------------------------------------------------------------# -CDEFS = -D_POSIX_C_SOURCE +CDEFS = -D_DEFAULT_SOURCE CDEFS += -DFT_SCR_SIZE=\"${SCR_SZE}\" ifeq (${OS}, Darwin) CDEFS += -DFT_OS=1 -- cgit v1.2.3