git: 6caae81d93e2 - main - modules: netflow: need opt_inet.h

Kyle Evans kevans at FreeBSD.org
Thu Sep 30 04:10:53 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=6caae81d93e2a14fa42cb831506c3a60c25d9791

commit 6caae81d93e2a14fa42cb831506c3a60c25d9791
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-09-30 04:04:18 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-09-30 04:09:43 +0000

    modules: netflow: need opt_inet.h
    
    This fixes the standalone build.
---
 sys/modules/netgraph/netflow/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/netgraph/netflow/Makefile b/sys/modules/netgraph/netflow/Makefile
index 365c99b3ddbe..35e8e6db7f36 100644
--- a/sys/modules/netgraph/netflow/Makefile
+++ b/sys/modules/netgraph/netflow/Makefile
@@ -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>


More information about the dev-commits-src-main mailing list