svn commit: r359804 - head/sys/net
Alexander V. Chernikov
melifaro at FreeBSD.org
Sat Apr 11 09:38:45 UTC 2020
Author: melifaro
Date: Sat Apr 11 09:38:45 2020
New Revision: 359804
URL: https://svnweb.freebsd.org/changeset/base/359804
Log:
Fix build by adding forgotten header to radix_mpath.c after r359797.
Modified:
head/sys/net/radix_mpath.c
Modified: head/sys/net/radix_mpath.c
==============================================================================
--- head/sys/net/radix_mpath.c Sat Apr 11 09:36:41 2020 (r359803)
+++ head/sys/net/radix_mpath.c Sat Apr 11 09:38:45 2020 (r359804)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mutex.h>
#include <sys/socket.h>
#include <sys/domain.h>
+#include <sys/kernel.h>
#include <sys/syslog.h>
#include <net/radix.h>
#include <net/radix_mpath.h>
More information about the svn-src-all
mailing list