diff options
Diffstat (limited to 'src/nxt_unix.h')
-rw-r--r-- | src/nxt_unix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nxt_unix.h b/src/nxt_unix.h index 609f7e95..393f61d9 100644 --- a/src/nxt_unix.h +++ b/src/nxt_unix.h @@ -242,6 +242,10 @@ #include <sys/mount.h> #endif +#if (NXT_HAVE_OPENAT2) +#include <linux/openat2.h> +#endif + #if (NXT_TEST_BUILD) #include <nxt_test_build.h> #endif |