summaryrefslogtreecommitdiff
path: root/src/depend/depend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depend/depend.cpp')
-rw-r--r--src/depend/depend.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/depend/depend.cpp b/src/depend/depend.cpp
index 8510f0ecd..7da5fecbb 100644
--- a/src/depend/depend.cpp
+++ b/src/depend/depend.cpp
@@ -30,6 +30,10 @@
#include <set>
#include <stack>
+#ifndef PATH_MAX
+# define PATH_MAX 260
+#endif
+
/** Simple string comparator using strcmp as implementation */
struct StringCompare {
/**