git: b46654104fcc - stable/13 - wg: Fix build without VIMAGE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Nov 2022 19:03:06 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b46654104fcc89062660c497fc7f21dc8d76e7e3 commit b46654104fcc89062660c497fc7f21dc8d76e7e3 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-11-14 19:02:26 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-11-14 19:02:26 +0000 wg: Fix build without VIMAGE. This is a direct commit to stable/13. Reported by: Helge Oldach <freebsd@oldach.net> --- sys/dev/wg/if_wg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/wg/if_wg.c b/sys/dev/wg/if_wg.c index 44234759e944..a9acc749bdff 100644 --- a/sys/dev/wg/if_wg.c +++ b/sys/dev/wg/if_wg.c @@ -22,6 +22,7 @@ #include <sys/module.h> #include <sys/nv.h> #include <sys/priv.h> +#include <sys/proc.h> #include <sys/protosw.h> #include <sys/rmlock.h> #include <sys/rwlock.h>