From fb3c725953f1dfcc6c48540168423ec00447e4f4 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 7 Feb 2024 15:00:19 +0100 Subject: [PATCH] add missing include for igc on suse 15.5 --- devices/igc/igc_xdp-5.14-ethercat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/igc/igc_xdp-5.14-ethercat.c b/devices/igc/igc_xdp-5.14-ethercat.c index 5c2d7458..bb928243 100644 --- a/devices/igc/igc_xdp-5.14-ethercat.c +++ b/devices/igc/igc_xdp-5.14-ethercat.c @@ -2,6 +2,7 @@ /* Copyright (c) 2020, Intel Corporation. */ #include +#include #include "igc-5.14-ethercat.h" #include "igc_xdp-5.14-ethercat.h"