diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-01 17:59:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-01 17:59:04 +0000 |
| commit | e9ca7be82f2a88cf5005745d3d4c51251cc09eb3 (patch) | |
| tree | 3d0d7e2f22d70ba9da1ce8599257857653f3c4fe | |
| parent | 6faaa756b547e8d929d7fe1b22089edd0a2ca84e (diff) | |
Notes
| -rw-r--r-- | sys/i386/boot/netboot/netboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/boot/netboot/netboot.h b/sys/i386/boot/netboot/netboot.h index 7a0b7a63b825..e394c3e82c58 100644 --- a/sys/i386/boot/netboot/netboot.h +++ b/sys/i386/boot/netboot/netboot.h @@ -18,6 +18,8 @@ Author: Martin Renters #include <net/if.h> #include <netinet/in.h> #include <nfs/nfsv2.h> +#include <nfs/rpcv2.h> +#include <nfs/nfs.h> #include <nfs/nfsdiskless.h> #include <machine/bootinfo.h> #include <machine/cpufunc.h> |
