Author: glebius
Date: Thu Sep  5 13:46:30 2013
New Revision: 255246
URL: http://svnweb.freebsd.org/changeset/base/255246

Log:
  Fix build.
  counter.h requires systm.h

Modified:
  head/sys/sys/sf_buf.h

Modified: head/sys/sys/sf_buf.h
==============================================================================
--- head/sys/sys/sf_buf.h       Thu Sep  5 12:56:08 2013        (r255245)
+++ head/sys/sys/sf_buf.h       Thu Sep  5 13:46:30 2013        (r255246)
@@ -54,6 +54,7 @@ struct sfstat {                               /* sendfile 
statistic
 
 #ifdef _KERNEL
 #include <machine/sf_buf.h>
+#include <sys/systm.h>
 #include <sys/counter.h>
 struct mbuf;   /* for sf_buf_mext() */
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to