From 6ff9fcbeb523f4d4d1739b17df774d45631b7407 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Fri, 15 Mar 2024 11:52:04 +0000 Subject: [PATCH] fix(libpman): fix compilation issue with -Werror Signed-off-by: Roberto Scolaro --- userspace/libpman/src/stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/libpman/src/stats.c b/userspace/libpman/src/stats.c index 815de86b90..c243858047 100644 --- a/userspace/libpman/src/stats.c +++ b/userspace/libpman/src/stats.c @@ -17,6 +17,7 @@ limitations under the License. */ #include "state.h" +#include #include #include