diff --git a/src/depend/depend.cpp b/src/depend/depend.cpp --- a/src/depend/depend.cpp +++ b/src/depend/depend.cpp @@ -31,6 +31,7 @@ #include #ifndef PATH_MAX +/** The maximum length of paths, if we don't know it. */ # define PATH_MAX 260 #endif