summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.conf1
-rw-r--r--src/system.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 3980259d7..bb414ef02 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -171,6 +171,7 @@ gnulib_modules="
nproc
obstack
parse-datetime
+ pathmax
perl
physmem
pipe
diff --git a/src/system.h b/src/system.h
index 49cd08a3b..93d48c57d 100644
--- a/src/system.h
+++ b/src/system.h
@@ -41,6 +41,8 @@ you must include <sys/types.h> before including this file
#include <unistd.h>
#include <limits.h>
+
+#include "pathmax.h"
#ifndef PATH_MAX
# define PATH_MAX 8192
#endif