<vm/vm.h> -> <uvm/uvm_extern.h>

This commit is contained in:
mrg 2000-06-27 18:01:06 +00:00
parent f324eef2d2
commit de53718be7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $ */
/* $NetBSD: syncicache.c,v 1.3 2000/06/27 18:01:06 mrg Exp $ */
/*
* Copyright (C) 1995-1997, 1999 Wolfgang Solfrank.
@ -34,7 +34,7 @@
#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/time.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#endif
#include <sys/sysctl.h>