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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to