svn commit: r280972 - head/sys/netinet

Bjoern A. Zeeb bz at FreeBSD.org
Thu Apr 2 00:30:54 UTC 2015


Author: bz
Date: Thu Apr  2 00:30:53 2015
New Revision: 280972
URL: https://svnweb.freebsd.org/changeset/base/280972

Log:
  Try to unbreak the build after r280971 by providing the missing
  #include header for SYSINIT.

Modified:
  head/sys/netinet/ip_id.c

Modified: head/sys/netinet/ip_id.c
==============================================================================
--- head/sys/netinet/ip_id.c	Wed Apr  1 22:26:39 2015	(r280971)
+++ head/sys/netinet/ip_id.c	Thu Apr  2 00:30:53 2015	(r280972)
@@ -77,6 +77,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/counter.h>
+#include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/lock.h>
 #include <sys/mutex.h>


More information about the svn-src-all mailing list