diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 22:25:09 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 18:50:40 +0100 |
commit | b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (patch) | |
tree | d5ae7d9da8e95d44db1965bbdd4c3bfd14a6f855 /vtysh | |
parent | *: zebra.h should not have fcntl.h (diff) | |
download | frr-b6f1a4089fc88a343856ae5ce8667f43c7b37ba2.tar.xz frr-b6f1a4089fc88a343856ae5ce8667f43c7b37ba2.zip |
lib: zebra.h uses pwd.h when it should not
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <zebra.h> +#include <pwd.h> #include <grp.h> #include <sys/un.h> |