Author: ae Date: Sun Oct 21 18:39:34 2018 New Revision: 339556 URL: https://svnweb.freebsd.org/changeset/base/339556
Log: Include <sys/eventhandler.h> to fix the build. MFC after: 1 month Modified: head/sys/netinet/ip_encap.c Modified: head/sys/netinet/ip_encap.c ============================================================================== --- head/sys/netinet/ip_encap.c Sun Oct 21 18:30:27 2018 (r339555) +++ head/sys/netinet/ip_encap.c Sun Oct 21 18:39:34 2018 (r339556) @@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> +#include <sys/eventhandler.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"