Commit c4b9470f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* include limits.h to be sure of PATH_MAX availability

parent 1a165316
......@@ -37,6 +37,10 @@
# include <dirent.h>
#endif
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#include <ctype.h>
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment