svn commit: r353482 - head/sys/net

Michael Tuexen tuexen at FreeBSD.org
Sun Oct 13 19:58:38 UTC 2019


Author: tuexen
Date: Sun Oct 13 19:58:37 2019
New Revision: 353482
URL: https://svnweb.freebsd.org/changeset/base/353482

Log:
  Add missing include which breaks builds without VIMAGE.
  The bug was introduced by me in r353480.
  
  Reported by:		Michael Butler
  MFC after:		3 days

Modified:
  head/sys/net/route.c

Modified: head/sys/net/route.c
==============================================================================
--- head/sys/net/route.c	Sun Oct 13 19:33:00 2019	(r353481)
+++ head/sys/net/route.c	Sun Oct 13 19:58:37 2019	(r353482)
@@ -52,6 +52,7 @@
 #include <sys/sysproto.h>
 #include <sys/proc.h>
 #include <sys/domain.h>
+#include <sys/eventhandler.h>
 #include <sys/kernel.h>
 #include <sys/lock.h>
 #include <sys/rmlock.h>


More information about the svn-src-head mailing list