summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 22:25:09 +0100
committerDonald Sharp <sharpd@nvidia.com>2024-01-09 18:50:40 +0100
commitb6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (patch)
treed5ae7d9da8e95d44db1965bbdd4c3bfd14a6f855 /vtysh
parent*: zebra.h should not have fcntl.h (diff)
downloadfrr-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.c1
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>