From: Robert Shearman Date: Fri, 26 Feb 2021 11:24:59 +0000 (+0000) Subject: marvell: fix implicit declaration of function X-Git-Tag: v21.10-rc0~419 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=83a09c6b3cc2444132f90826b7e2ceb2a3f3347c 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 --- 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