diff options
Diffstat (limited to 'src/depend')
-rw-r--r-- | src/depend/depend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/depend/depend.cpp b/src/depend/depend.cpp index a7c4285e3..c224efdaf 100644 --- a/src/depend/depend.cpp +++ b/src/depend/depend.cpp @@ -31,6 +31,7 @@ #include <stack> #ifndef PATH_MAX +/** The maximum length of paths, if we don't know it. */ # define PATH_MAX 260 #endif |