Fix not compiling on mac
This commit is contained in:
parent
47368e1d04
commit
a766502f86
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue