Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 18:39:34 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339556 - head/sys/netinet
Message-ID:  <201810211839.w9LIdYc0099605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211839.w9LIdYc0099605>