diff options
author | eivind <eivind@FreeBSD.org> | 1999-12-20 18:26:58 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-12-20 18:26:58 +0000 |
commit | 46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae (patch) | |
tree | 392a69eeae838c0ba201843468d4e699a5cccd19 /sys/miscfs | |
parent | 7744b3af8cf90acc532da7a79aa0afe37d368b8a (diff) | |
download | FreeBSD-src-46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae.zip FreeBSD-src-46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae.tar.gz |
Include vm/vm_extern.h to get at prototypes
Diffstat (limited to 'sys/miscfs')
-rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index ebfe53b..b7eed85 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> |