set posix define to make PATH_MAX available
This commit is contained in:
parent
afdf72d7b5
commit
d43ac47602
|
@ -1,3 +1,5 @@
|
|||
#define __USE_POSIX
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue