Date: Thu, 5 Sep 2013 13:46:30 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r255246 - head/sys/sys Message-ID: <201309051346.r85DkU6U045151@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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() */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051346.r85DkU6U045151>