Author: kib
Date: Sat Jul 23 11:26:24 2016
New Revision: 303220
URL: https://svnweb.freebsd.org/changeset/base/303220

Log:
  Fix build.

Modified:
  stable/9/sys/kern/kern_event.c

Modified: stable/9/sys/kern/kern_event.c
==============================================================================
--- stable/9/sys/kern/kern_event.c      Sat Jul 23 11:25:34 2016        
(r303219)
+++ stable/9/sys/kern/kern_event.c      Sat Jul 23 11:26:24 2016        
(r303220)
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/filio.h>
 #include <sys/fcntl.h>
 #include <sys/kthread.h>
+#include <sys/limits.h>
 #include <sys/selinfo.h>
 #include <sys/queue.h>
 #include <sys/event.h>
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to