mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-10 10:39:03 +02:00
.
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
/* Don't include sys/param.h if it already has been. */
|
||||
#if !defined(PATH_MAX) && !defined(MAXPATHLEN) && !defined(__MSDOS__)
|
||||
#if defined(HAVE_SYS_PATH_MAX_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN)
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user