set posix define to make PATH_MAX available

This commit is contained in:
Vincent Sanders 2012-08-21 16:25:01 +01:00
parent afdf72d7b5
commit d43ac47602
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define __USE_POSIX
#include <sys/types.h>
#include <limits.h>
#include <stdlib.h>