blob: 492e5a4242f8c97379746d015fb2bc46d50709f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -24,6 +24,9 @@
#include <dirent.h>
#include <limits.h>
#include <string.h>
+#ifndef MAX_INPUT
+#define MAX_INPUT _POSIX_MAX_INPUT
+#endif
#ifdef HAVE_SYS_RANDOM_H
#include <sys/random.h>
|