mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
The previous change necessitates the addition of a new #include. Otherwise,
there is a compilation warning.
This commit is contained in:
parent
f13ba3ccc0
commit
9cf8f2f707
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <ufs/ufs/quota.h>
|
||||
#include <ufs/ufs/inode.h>
|
||||
#include <ufs/ufs/ufsmount.h>
|
||||
#include <ufs/ufs/ufs_extern.h>
|
||||
#include <ufs/ffs/fs.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue