diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-20 18:26:58 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-12-20 18:26:58 +0000 |
| commit | a6b174a83bdc439bf737da3aa370b2e335688541 (patch) | |
| tree | 7acae0f71637f1aa1a5da31bf60e5b0195eee9c5 | |
| parent | 874fa3e43e6198f743416fe39b9a03e3b6c5d6b5 (diff) | |
Notes
| -rw-r--r-- | sys/fs/procfs/procfs_mem.c | 1 | ||||
| -rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index ebfe53b8665b..b7eed8503ea1 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -54,6 +54,7 @@ #include <vm/vm_param.h> #include <sys/lock.h> #include <vm/pmap.h> +#include <vm/vm_extern.h> #include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_object.h> diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index ebfe53b8665b..b7eed8503ea1 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -54,6 +54,7 @@ #include <vm/vm_param.h> #include <sys/lock.h> #include <vm/pmap.h> +#include <vm/vm_extern.h> #include <vm/vm_map.h> #include <vm/vm_kern.h> #include <vm/vm_object.h> |
