summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_mem.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-12-20 18:26:58 +0000
committereivind <eivind@FreeBSD.org>1999-12-20 18:26:58 +0000
commit46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae (patch)
tree392a69eeae838c0ba201843468d4e699a5cccd19 /sys/fs/procfs/procfs_mem.c
parent7744b3af8cf90acc532da7a79aa0afe37d368b8a (diff)
downloadFreeBSD-src-46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae.zip
FreeBSD-src-46fa0fc35ec30283dfc20cc4150c9df22ad9f9ae.tar.gz
Include vm/vm_extern.h to get at prototypes
Diffstat (limited to 'sys/fs/procfs/procfs_mem.c')
-rw-r--r--sys/fs/procfs/procfs_mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c
index ebfe53b..b7eed85 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>
OpenPOWER on IntegriCloud