diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs_mem.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index c5ad55aa964d..009476d96e61 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $Id: procfs_mem.c,v 1.27 1997/08/12 04:34:28 sef Exp $ + * $Id: procfs_mem.c,v 1.28 1998/01/22 17:30:01 dyson Exp $ */ /* @@ -45,6 +45,8 @@ * of sef's pread/pwrite functions */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> |
