Set _POSIX_C_SOURCE properly
This commit is contained in:
parent
54ae394754
commit
0d67d56c2a
|
@ -1,4 +1,4 @@
|
|||
#define _POSIX_C_SOURCE
|
||||
#define _POSIX_C_SOURCE 199309L
|
||||
#include <fcntl.h>
|
||||
#include <json-c/json.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue