Archived
1
Fork 0

Fix not compiling on mac

This commit is contained in:
Hadeed 2023-10-06 10:34:10 +05:00
parent 47368e1d04
commit a766502f86

View file

@ -1,4 +1,5 @@
#define _POSIX_C_SOURCE 199309L #define _POSIX_C_SOURCE 200112L
#define _DARWIN_C_SOURCE
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>