From b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 4 Jan 2024 16:25:09 -0500 Subject: lib: zebra.h uses pwd.h when it should not Signed-off-by: Donald Sharp --- vtysh/vtysh.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vtysh') diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index e6ab22450..2888403e6 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -5,6 +5,7 @@ #include +#include #include #include -- cgit v1.2.3