summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>