Date: Mon, 14 Nov 2022 19:03:06 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b46654104fcc - stable/13 - wg: Fix build without VIMAGE. Message-ID: <202211141903.2AEJ36CV094628@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211141903.2AEJ36CV094628>