diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2023-01-13 15:43:51 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2023-01-24 19:36:30 +0000 |
| commit | 2c2b37ad251d25fb81d6254e29130684fed774ab (patch) | |
| tree | d3e6ebee767c99629bce3640f51fbd42bd0d72ec /sys/net/debugnet_inet.c | |
| parent | fa25dbfd98ff58556d707a94a8355626b681c65f (diff) | |
Diffstat (limited to 'sys/net/debugnet_inet.c')
| -rw-r--r-- | sys/net/debugnet_inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/debugnet_inet.c b/sys/net/debugnet_inet.c index e7449113ba10..bd5195ab86d5 100644 --- a/sys/net/debugnet_inet.c +++ b/sys/net/debugnet_inet.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <net/if_dl.h> #include <net/if_types.h> #include <net/if_var.h> +#include <net/if_private.h> #include <netinet/in.h> #include <netinet/in_systm.h> |
