commit 18a13b2
wf
·
2026-04-05 10:18:58 +0000 UTC
parent 59bb386
Define POSIX source
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -13,7 +13,7 @@ howlc := howlc
2 howlc_src := client.c
3
4 version := 0.1.0
5-CFLAGS += -DVERSION=\"$(version)\"
6+CFLAGS += -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(version)\"
7
8 ###############
9