netlink: make compile without VIMAGE

Add the #include for proc.h which seems to be there in the VIMAGE
case through some other includes only.

Sponsored by:	The FreeBSD Foundation
Fixes:		04f6b99947
This commit is contained in:
Bjoern A. Zeeb
2026-01-25 12:33:17 +00:00
parent 7e4a2b381d
commit 072af59d46
+1
View File
@@ -36,6 +36,7 @@
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/syslog.h>
#include <sys/proc.h>
#include <net/if.h>
#include <net/if_dl.h>