From 6f5dd287672d9de7355cc2be6cff787f7e4528eb Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 21 Oct 2025 11:49:23 -0400 Subject: [PATCH] compiler magic to make strptime and strdup available fixes https://github.com/mach-kernel/cadius/issues/49 fixes https://github.com/mach-kernel/cadius/issues/47 --- Src/Dc_Prodos.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/Dc_Prodos.c b/Src/Dc_Prodos.c index 142f968..869abdb 100644 --- a/Src/Dc_Prodos.c +++ b/Src/Dc_Prodos.c @@ -6,6 +6,9 @@ /* Auteur : Olivier ZARDINI * Brutal Deluxe Software * Dec 2011 */ /**********************************************************************/ +/* Compiler magic to make strptime and strdup available */ +#define _XOPEN_SOURCE 700 + #include #include #include