From 732efb48473a90af4194464a2bf00fcd35993371 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 9 Jan 2024 06:33:35 +0000 Subject: [PATCH] fix build error with Linux 6.6 --- src/iavf.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/iavf.h b/src/iavf.h index 21b17fe..e7159d0 100644 --- a/src/iavf.h +++ b/src/iavf.h @@ -39,6 +39,7 @@ #include #include #endif /* __TC_MQPRIO_MODE_MAX */ +#include #include "kcompat.h" -- 2.33.0