--- a/tls/nss_tlsmgr_crypto.c +++ b/tls/nss_tlsmgr_crypto.c @@ -41,7 +41,13 @@ #include #include #include +#include +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) #include +#else +#include +#include +#endif #include #include #include --- a/tls/nss_tlsmgr_tun.c +++ b/tls/nss_tlsmgr_tun.c @@ -35,7 +35,13 @@ #include #include #include +#include +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0) #include +#else +#include +#include +#endif #include #include