summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorleo <leo@NetBSD.org>2000-05-09 10:29:01 +0000
committerleo <leo@NetBSD.org>2000-05-09 10:29:01 +0000
commit793cd652e3c5fff2702b92ac24ec44eabb5b928f (patch)
tree1c4c5cac0618f171fcff6954bf0284d507669d02 /sys
parent86d1ce5fd8f4747932976497e51f0fc999b54bf6 (diff)
Add some {u}vm includes for the sake of PHOLD().
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/atari/dev/hdfd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/atari/dev/hdfd.c b/sys/arch/atari/dev/hdfd.c
index 6e0bdfb15e9..ddd141687e5 100644
--- a/sys/arch/atari/dev/hdfd.c
+++ b/sys/arch/atari/dev/hdfd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hdfd.c,v 1.22 2000/04/07 16:58:55 thorpej Exp $ */
+/* $NetBSD: hdfd.c,v 1.23 2000/05/09 10:29:01 leo Exp $ */
/*-
* Copyright (c) 1996 Leo Weppelman
@@ -80,6 +80,9 @@
#include <sys/conf.h>
#include <sys/device.h>
+#include <vm/vm.h>
+#include <uvm/uvm_extern.h>
+
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/iomap.h>