Include <sys/proc.h> so that we can dereference something in the proc
structure. Looks like someone removed a nested include somewhere else. Submitted by: gallatin, dg
This commit is contained in:
parent
9f3aa35641
commit
30d57611e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66050
@ -1794,6 +1794,7 @@ aac_return_aif(struct aac_softc *sc, caddr_t uptr)
|
||||
|
||||
#ifdef AAC_COMPAT_LINUX
|
||||
|
||||
#include <sys/proc.h>
|
||||
#include <machine/../linux/linux.h>
|
||||
#include <machine/../linux/linux_proto.h>
|
||||
#include <compat/linux/linux_ioctl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user