From: Donald Sharp Date: Thu, 4 Jan 2024 21:25:09 +0000 (-0500) Subject: lib: zebra.h uses pwd.h when it should not X-Git-Tag: base_10.0~133^2~5 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b6f1a4089fc88a343856ae5ce8667f43c7b37ba2;p=matthieu%2Ffrr.git lib: zebra.h uses pwd.h when it should not Signed-off-by: Donald Sharp --- diff --git a/lib/privs.c b/lib/privs.c index ef4a0adf04..717a2e48d6 100644 --- a/lib/privs.c +++ b/lib/privs.c @@ -7,6 +7,7 @@ */ #include +#include #include #ifdef HAVE_LCAPS diff --git a/lib/zebra.h b/lib/zebra.h index f1a0d25813..e38dba0deb 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -20,7 +20,6 @@ #include #include #include -#include #ifdef HAVE_STROPTS_H #include #endif /* HAVE_STROPTS_H */ diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index e6ab22450f..2888403e62 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -5,6 +5,7 @@ #include +#include #include #include