subr_sfbus.c need sys/proc.h for struct thread definition.

This fixes kernel build for armv6.

Discussed with: kib
This commit is contained in:
Emmanuel Vadot 2017-02-07 17:31:24 +00:00
parent b816ce78eb
commit beaa6e1e64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313394

View File

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/sf_buf.h>
#include <sys/smp.h>
#include <sys/sysctl.h>