diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:42:17 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:42:17 -0500 |
| commit | 2700519cb3ef9f85b7395a7c781fd5fa48a5570a (patch) | |
| tree | dc119a10ac486dabb242474850612b28c5ef87bb /pimd/pim_cmd_common.c | |
| parent | 88f8c900738d0df6332fae65f2415756e29f9b24 (diff) | |
*: Remove sys/ioctl.h from zebra.h
Practically no-one uses this and ioctls are pretty much
wrappered. Further wrappering could make this even better.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim_cmd_common.c')
| -rw-r--r-- | pimd/pim_cmd_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.c b/pimd/pim_cmd_common.c index 1ea79a10ed..59addd48c0 100644 --- a/pimd/pim_cmd_common.c +++ b/pimd/pim_cmd_common.c @@ -6,6 +6,7 @@ */ #include <zebra.h> +#include <sys/ioctl.h> #include "lib/json.h" #include "command.h" |
