diff options
Diffstat (limited to 'sys/dev/ic/sti.c')
-rw-r--r-- | sys/dev/ic/sti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/sti.c b/sys/dev/ic/sti.c index 4ed26f9ad5d..12eafb47ddf 100644 --- a/sys/dev/ic/sti.c +++ b/sys/dev/ic/sti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti.c,v 1.70 2014/03/18 22:36:37 miod Exp $ */ +/* $OpenBSD: sti.c,v 1.71 2014/03/28 17:57:11 mpi Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -37,7 +37,7 @@ #include <sys/device.h> #include <sys/malloc.h> -#include <uvm/uvm.h> +#include <uvm/uvm_extern.h> #include <machine/bus.h> |