diff options
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r-- | sys/vm/vm_object.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index cd7dc0f..dd3f27c 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,13 +61,15 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.108 1998/01/22 17:30:39 dyson Exp $ + * $Id: vm_object.c,v 1.109 1998/01/31 11:56:41 dyson Exp $ */ /* * Virtual memory object module. */ +#include "opt_diagnostic.h" + #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> /* for curproc, pageproc */ |