Skip to content
Snippets Groups Projects
Commit 6cb62902 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#6342

parent 8f6cd00c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
#include <sys/param.h>
#endif
/* MAXPATHLEN should come from <unistd.h> */
#include <ac/unistd.h>
#ifndef MAXPATHLEN
# if defined(PATH_MAX)
# define MAXPATHLEN PATH_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment