aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--box.c2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/box.c b/box.c
index f3fa88f..4f88598 100644
--- a/box.c
+++ b/box.c
@@ -115,4 +115,4 @@ int main(int argc, char *argv[]) {
return 0;
}
/* END */
-/* Generated on Wed 7 Sep 16:20:14 CEST 2022 */
+/* Generated on Sun 23 Oct 19:30:23 CEST 2022 */
diff --git a/config.mk b/config.mk
index 8bbdbd1..9fb52f8 100644
--- a/config.mk
+++ b/config.mk
@@ -22,7 +22,7 @@
CC=cc # C Compiler
FORCEC99=-std=c99 # Force POSIX C99
# OPTIMIZE=-O3 # Experimental optimizations (Disabled by default)
-CFLAGS=-I. -Wall -Wextra -g $(FORCEC99) $(OPTIMIZE) # C Compiler flags
+CFLAGS=-D_POSIX_C_SOURCE=200809L -I. -Wall -Wextra -g $(FORCEC99) $(OPTIMIZE) # C Compiler flags
NOLINKER=-c # C Compiler flag to disable the linker
# Core utilities
CORE=\