aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nnn.c b/nnn.c
index dac7e67..e24f202 100644
--- a/nnn.c
+++ b/nnn.c
@@ -13,6 +13,9 @@
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
+#ifdef __gnu_hurd__
+#define PATH_MAX 4096
+#endif
#include <locale.h>
#include <pwd.h>
#include <regex.h>