diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:50:23 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 15:34:22 -0500 |
| commit | 0b4ff790636b6c9fe15e861249a4ca59c4a3bd12 (patch) | |
| tree | b6b97b2c4db3ee2d03f4e9468ce2c2edcd717fb0 /zebra/zebra_mpls_openbsd.c | |
| parent | d69ac58c657cd4a37281b0c57918a68c85508fcd (diff) | |
*: sys/uio.h does not need to be in zebra.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
| -rw-r--r-- | zebra/zebra_mpls_openbsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c index 2a3ccc8065..9cbe6a2e70 100644 --- a/zebra/zebra_mpls_openbsd.c +++ b/zebra/zebra_mpls_openbsd.c @@ -5,6 +5,7 @@ #include <zebra.h> #include <sys/ioctl.h> +#include <sys/uio.h> #ifdef OPEN_BSD |
