From 7a7722ee336fac14690851f6c84965582a741601 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 2 Oct 2024 21:19:38 +0200 Subject: include: utils.h needs errno.h Otherwise includers may face 'errno' undeclared errors. Fixes: 26c945057d742 ("src: split internal.h is smaller files") Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- include/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/utils.h b/include/utils.h index eed6127..247d99d 100644 --- a/include/utils.h +++ b/include/utils.h @@ -1,6 +1,7 @@ #ifndef LIBNFTNL_UTILS_H #define LIBNFTNL_UTILS_H 1 +#include #include #include #include -- cgit v1.2.3