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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
