The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=27554189e5122d780dd295b1a1a81f15f459accb
commit 27554189e5122d780dd295b1a1a81f15f459accb Author: Maxim Konovalov <[email protected]> AuthorDate: 2025-12-16 05:47:02 +0000 Commit: Maxim Konovalov <[email protected]> CommitDate: 2025-12-16 05:48:58 +0000 khelp: make the module compile again PR: 291165 MFC after: 1 week --- share/examples/kld/khelp/h_example.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/examples/kld/khelp/h_example.c b/share/examples/kld/khelp/h_example.c index 92f0c885bbce..07102d30be21 100644 --- a/share/examples/kld/khelp/h_example.c +++ b/share/examples/kld/khelp/h_example.c @@ -45,6 +45,8 @@ #include <sys/socket.h> #include <sys/socketvar.h> +#include <netinet/in.h> +#include <netinet/in_pcb.h> #include <netinet/tcp_var.h> #include <vm/uma.h>
