diff options
author | Bruce Evans <bde@FreeBSD.org> | 2002-04-21 15:35:54 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2002-04-21 15:35:54 +0000 |
commit | 54a4c5bf21bf24aab0834d37a23e7fde2ecf11b6 (patch) | |
tree | ff19cbb1b849ade91df1855287db623dd3bbfd62 | |
parent | cc345d64fb0ba9c2084a45a2576ffb9dcaf2d323 (diff) |
Notes
-rw-r--r-- | sys/fs/procfs/procfs_mem.c | 1 |
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> |