25 lines
551 B
Diff
25 lines
551 B
Diff
|
|
From 732efb48473a90af4194464a2bf00fcd35993371 Mon Sep 17 00:00:00 2001
|
||
|
|
From: eaglegai <eaglegai@163.com>
|
||
|
|
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 <net/tc_act/tc_gact.h>
|
||
|
|
#include <net/tc_act/tc_mirred.h>
|
||
|
|
#endif /* __TC_MQPRIO_MODE_MAX */
|
||
|
|
+#include <net/xdp.h>
|
||
|
|
|
||
|
|
#include "kcompat.h"
|
||
|
|
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|