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