diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-06-27 12:41:24 +0000 |
commit | 2a30d23bbc18c28379f40c0e61013db55e253462 (patch) | |
tree | fce8f3852c76aa3850aa70d499a9c240b147172e /sys/arch/landisk | |
parent | 9190aa703c7dbeac82eb95dc41a5e8326206e2d1 (diff) |
Bunch of include adjustements to restore compilability.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/landisk/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/landisk/machdep.c b/sys/arch/landisk/landisk/machdep.c index 23f01445da0..4d6e85ff229 100644 --- a/sys/arch/landisk/landisk/machdep.c +++ b/sys/arch/landisk/landisk/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.22 2010/06/27 03:03:48 thib Exp $ */ +/* $OpenBSD: machdep.c,v 1.23 2010/06/27 12:41:23 miod Exp $ */ /* $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $ */ /*- @@ -78,7 +78,7 @@ #include <sys/core.h> #include <sys/kcore.h> -#include <uvm/uvm_extern.h> +#include <uvm/uvm.h> #include <dev/cons.h> |