summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hp300/dev/hd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c
index 3c0ee2dd9c8..1b9844ce219 100644
--- a/sys/arch/hp300/dev/hd.c
+++ b/sys/arch/hp300/dev/hd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hd.c,v 1.56 2009/06/04 05:57:27 krw Exp $ */
+/* $OpenBSD: hd.c,v 1.57 2009/06/13 21:35:58 miod Exp $ */
/* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */
/*
@@ -54,6 +54,7 @@
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/kernel.h>
+#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/stat.h>
#include <sys/syslog.h>