Skip to content

Commit

Permalink
Include <sys/proc.h> so that we can dereference something in the proc
Browse files Browse the repository at this point in the history
structure.  Looks like someone removed a nested include somewhere else.

Submitted by:	gallatin, dg
  • Loading branch information
msmith authored and msmith committed Sep 19, 2000
1 parent 4cfb550 commit d9fb5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/aac/aac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d9fb5a8

Please sign in to comment.