add missing include for igc on suse 15.5

This commit is contained in:
Bjarne von Horn
2024-02-07 15:00:19 +01:00
parent 97c7b6ed2c
commit 87d109b757

View File

@@ -2,6 +2,7 @@
/* Copyright (c) 2020, Intel Corporation. */ /* Copyright (c) 2020, Intel Corporation. */
#include <net/xdp_sock_drv.h> #include <net/xdp_sock_drv.h>
#include <linux/if_vlan.h>
#include "igc-5.14-ethercat.h" #include "igc-5.14-ethercat.h"
#include "igc_xdp-5.14-ethercat.h" #include "igc_xdp-5.14-ethercat.h"