From 83a09c6b3cc2444132f90826b7e2ceb2a3f3347c Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Fri, 26 Feb 2021 11:24:59 +0000 Subject: marvell: fix implicit declaration of function Fix compile error due to implicit declaration of vnet_hw_if_get_rxq_poll_vector by including the header file that declares this. Type: fix Fixes: b85b0df2a039b694fb2f3c09a01decfb89d7bce2 Signed-off-by: Robert Shearman Change-Id: I4a21743df93ffaa637641838d30b3b5c70dd79ef --- src/plugins/marvell/pp2/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/marvell/pp2/input.c b/src/plugins/marvell/pp2/input.c index d4a53fb627e..0c51d7d8ff6 100644 --- a/src/plugins/marvell/pp2/input.c +++ b/src/plugins/marvell/pp2/input.c @@ -25,6 +25,7 @@ #include #include #include +#include #include -- cgit 1.2.3-korg