diff --git a/examples/procfs3.c b/examples/procfs3.c index 6d41417..ff741f7 100644 --- a/examples/procfs3.c +++ b/examples/procfs3.c @@ -8,7 +8,9 @@ #include #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0) #include +#endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) #define HAVE_PROC_OPS