netlink: fix linux module build w/ netlink.

Reported by:	Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
MFC after:	2 weeks
This commit is contained in:
Alexander V. Chernikov 2023-03-27 18:20:38 +00:00
parent 27c8d4851c
commit b894193501
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ __FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_netlink.h"
#include <sys/types.h>
#include <sys/ck.h>

View File

@ -36,6 +36,7 @@ SRCS= linux${SFX}_dummy_machdep.c \
linux_vdso.c \
opt_inet6.h \
opt_ktrace.h \
opt_netlink.h \
opt_posix.h \
bus_if.h \
device_if.h \