mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing include of <sys/proc.h>.
This commit is contained in:
parent
4020c5bc54
commit
1639f08b45
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#include <sys/ioccom.h>
|
||||
#include <sys/agpio.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcireg.h>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
#include <sys/ioccom.h>
|
||||
#include <sys/agpio.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/proc.h>
|
||||
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcireg.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue