diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-05 09:40:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 09:40:56 -0500 |
| commit | 43331c0d7874be943eaa4cf2bf075ffd5ac2463a (patch) | |
| tree | d36531421062329e769c7791567431eff67d9b78 /zebra/zebra_mpls_openbsd.c | |
| parent | 8d7d560e70e00366313d790212db9c6a6ee948e0 (diff) | |
| parent | 496d87c14f59345ecf851084e9c6a1ebe2a5ae60 (diff) | |
Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanup
Lib zebra h cleanup
Diffstat (limited to 'zebra/zebra_mpls_openbsd.c')
| -rw-r--r-- | zebra/zebra_mpls_openbsd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_openbsd.c b/zebra/zebra_mpls_openbsd.c index a696275a98..9cbe6a2e70 100644 --- a/zebra/zebra_mpls_openbsd.c +++ b/zebra/zebra_mpls_openbsd.c @@ -4,6 +4,8 @@ */ #include <zebra.h> +#include <sys/ioctl.h> +#include <sys/uio.h> #ifdef OPEN_BSD |
