diff options
Diffstat (limited to 'sys/vm')
-rw-r--r-- | sys/vm/vm_object.c | 2 | ||||
-rw-r--r-- | sys/vm/vnode_pager.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index cc205a8..d127318 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -74,6 +74,8 @@ #include <sys/vnode.h> #include <sys/vmmeter.h> #include <sys/mman.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/mutex.h> #include <sys/sx.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index e9400b8..ea183f0 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -55,6 +55,8 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/vnode.h> +#include <net/radix.h> +#include <sys/socket.h> #include <sys/mount.h> #include <sys/bio.h> #include <sys/buf.h> |