diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 16:25:09 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-09 12:50:40 -0500 |
| commit | b6f1a4089fc88a343856ae5ce8667f43c7b37ba2 (patch) | |
| tree | d5ae7d9da8e95d44db1965bbdd4c3bfd14a6f855 /lib/zebra.h | |
| parent | c6d94a705604c06f2241e2525bc2fbc2ee83bc80 (diff) | |
lib: zebra.h uses pwd.h when it should not
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <errno.h> #include <signal.h> #include <string.h> -#include <pwd.h> #ifdef HAVE_STROPTS_H #include <stropts.h> #endif /* HAVE_STROPTS_H */ |
