svn commit: r339556 - head/sys/netinet

Andrey V. Elsukov ae at FreeBSD.org
Sun Oct 21 18:39:35 UTC 2018


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>


More information about the svn-src-head mailing list