mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 03:37:45 +03:00
Add include files for prototypes
Include the header with prototypes in the file that provides definitions as well, to catch any mismatch between prototype and definition. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10470
This commit is contained in:
committed by
Brian Behlendorf
parent
c3fe42aabd
commit
60356b1a21
@@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/byteorder.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/freebsd_rwlock.h>
|
||||
#include <sys/vm.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
#include <sys/proc.h>
|
||||
#include <sys/kstat.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/sunddi.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <sys/disp.h>
|
||||
#include <sys/random.h>
|
||||
|
||||
Reference in New Issue
Block a user