diff options
| author | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-03-27 23:50:13 +0000 |
|---|---|---|
| committer | Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org> | 2026-03-27 23:56:48 +0000 |
| commit | beab2fe92453861e048cf25ea784d8f82523d288 (patch) | |
| tree | ed8ccc657b01ff218f15438435a72a0fa95fb4f7 | |
| parent | 254b23eb1f540844cf2a90f2781ae4231c5701ce (diff) | |
routing: Include opt_route.h in route_ctl.c
Fix incorrect removal of opt_route.h header in route_ctl.c
Reported by: Jenkins
Fixes: 254b23eb1f54 ("routing: Retire ROUTE_MPATH compile option")
Differential Revision: https://reviews.freebsd.org/D55884
| -rw-r--r-- | sys/net/route/route_ctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/route/route_ctl.c b/sys/net/route/route_ctl.c index f99b8eacf0a7..c6d8d43a73f4 100644 --- a/sys/net/route/route_ctl.c +++ b/sys/net/route/route_ctl.c @@ -28,6 +28,7 @@ #include <sys/cdefs.h> #include "opt_inet.h" #include "opt_inet6.h" +#include "opt_route.h" #include <sys/param.h> #include <sys/systm.h> |
