summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_unix.h')
-rw-r--r--src/nxt_unix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nxt_unix.h b/src/nxt_unix.h
index 151dd555..609f7e95 100644
--- a/src/nxt_unix.h
+++ b/src/nxt_unix.h
@@ -238,6 +238,9 @@
#include <sys/random.h> /* getentropy(). */
#endif
+#if (NXT_HAVE_ISOLATION_ROOTFS)
+#include <sys/mount.h>
+#endif
#if (NXT_TEST_BUILD)
#include <nxt_test_build.h>