diff options
Diffstat (limited to 'sys/arch/hppa64/dev/mem.c')
-rw-r--r-- | sys/arch/hppa64/dev/mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/dev/mem.c b/sys/arch/hppa64/dev/mem.c index 51a20555171..930fb6b3af6 100644 --- a/sys/arch/hppa64/dev/mem.c +++ b/sys/arch/hppa64/dev/mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mem.c,v 1.6 2010/12/26 15:40:59 miod Exp $ */ +/* $OpenBSD: mem.c,v 1.7 2014/04/08 09:34:23 mpi Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -74,7 +74,7 @@ #include <sys/ioctl.h> #include <sys/file.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <machine/conf.h> #include <machine/bus.h> |