modules: netflow: need opt_inet.h

This fixes the standalone build.
This commit is contained in:
Kyle Evans 2021-09-29 23:04:18 -05:00
parent 58ca99d116
commit 6caae81d93

View File

@ -6,6 +6,6 @@
.PATH: ${SRCTOP}/sys/netgraph/netflow
KMOD= ng_netflow
SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet6.h opt_route.h
SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet.h opt_inet6.h opt_route.h
.include <bsd.kmod.mk>