summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-04-21 15:35:54 +0000
committerBruce Evans <bde@FreeBSD.org>2002-04-21 15:35:54 +0000
commit54a4c5bf21bf24aab0834d37a23e7fde2ecf11b6 (patch)
treeff19cbb1b849ade91df1855287db623dd3bbfd62
parentcc345d64fb0ba9c2084a45a2576ffb9dcaf2d323 (diff)
Notes
-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 09d02de5f68f..1f92373d37d3 100644
--- a/sys/fs/procfs/procfs_mem.c
+++ b/sys/fs/procfs/procfs_mem.c
@@ -45,6 +45,7 @@
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/ptrace.h>
+#include <sys/systm.h>
#include <sys/uio.h>
#include <fs/pseudofs/pseudofs.h>