diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:59:14 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-05-05 09:59:14 +0000 |
| commit | 9626b608de4a43ec9984c3ee95b2ce624b3c0924 (patch) | |
| tree | b1e53d453112b9bf26ef95be27ea84f2e9bdacf0 /sys/nfsserver | |
| parent | 33a0a551d439227028f2280faebe76b81c857cca (diff) | |
Notes
Diffstat (limited to 'sys/nfsserver')
| -rw-r--r-- | sys/nfsserver/nfs_serv.c | 1 | ||||
| -rw-r--r-- | sys/nfsserver/nfs_srvsubs.c | 1 | ||||
| -rw-r--r-- | sys/nfsserver/nfs_syscalls.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 6aad427c12ca..06ce9ed1d34e 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -85,6 +85,7 @@ #include <sys/stat.h> #include <sys/kernel.h> #include <sys/sysctl.h> +#include <sys/bio.h> #include <sys/buf.h> #include <vm/vm.h> diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index dbbb4dd90633..70e871fc4db0 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -45,6 +45,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/bio.h> #include <sys/buf.h> #include <sys/proc.h> #include <sys/mount.h> diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index ead5b8603241..1e0162fc8bab 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -48,6 +48,7 @@ #include <sys/malloc.h> #include <sys/mount.h> #include <sys/proc.h> +#include <sys/bio.h> #include <sys/buf.h> #include <sys/mbuf.h> #include <sys/socket.h> |
