svn commit: r295226 - head/lib/libmemstat
Bryan Drewery
bdrewery at FreeBSD.org
Thu Feb 4 00:41:17 UTC 2016
On 2/3/2016 4:23 PM, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Feb 4 00:23:21 2016
> New Revision: 295226
> URL: https://svnweb.freebsd.org/changeset/base/295226
>
> Log:
> Fix build.
>
> Modified:
> head/lib/libmemstat/memstat_uma.c
>
> Modified: head/lib/libmemstat/memstat_uma.c
> ==============================================================================
> --- head/lib/libmemstat/memstat_uma.c Wed Feb 3 23:41:58 2016 (r295225)
> +++ head/lib/libmemstat/memstat_uma.c Thu Feb 4 00:23:21 2016 (r295226)
> @@ -29,6 +29,7 @@
> #include <sys/param.h>
> #include <sys/cpuset.h>
> #include <sys/sysctl.h>
> +#include <sys/_task.h>
>
> #include <vm/vm.h>
> #include <vm/vm_page.h>
>
Shouldn't uma_int.h forward declare or include _task.h for struct task?
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160203/3712a2de/attachment.sig>
More information about the svn-src-all
mailing list