diff options
Diffstat (limited to 'sys/dev/video.c')
-rw-r--r-- | sys/dev/video.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/video.c b/sys/dev/video.c index c733dc91e96..cb22de4efea 100644 --- a/sys/dev/video.c +++ b/sys/dev/video.c @@ -1,4 +1,5 @@ -/* $OpenBSD: video.c,v 1.28 2011/07/03 15:47:16 matthew Exp $ */ +/* $OpenBSD: video.c,v 1.29 2014/03/28 17:57:11 mpi Exp $ */ + /* * Copyright (c) 2008 Robert Nagy <robert@openbsd.org> * Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org> @@ -29,7 +30,8 @@ #include <sys/malloc.h> #include <sys/conf.h> #include <sys/videoio.h> -#include <uvm/uvm.h> + +#include <uvm/uvm_extern.h> #include <uvm/uvm_pmap.h> #include <dev/video_if.h> |