mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Fixing compilation bustage by introducing another forward declaration.
This commit is contained in:
parent
e5660633d3
commit
09108f76fa
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#ifndef _UFS_FFS_EXTERN_H
|
||||
#define _UFS_FFS_EXTERN_H
|
||||
|
||||
enum vtype;
|
||||
struct buf;
|
||||
struct cg;
|
||||
struct fid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue