summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/seagate.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
committerbde <bde@FreeBSD.org>1995-03-28 07:58:53 +0000
commit4f64fe43e7186660d972f9eae509424f1addaa8a (patch)
treee153346dd5a88815c9c3e7f6748d7766c40a6b0d /sys/i386/isa/seagate.c
parent6ad7636d4a24ed5873a051888c579f5ef47677c4 (diff)
downloadFreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.zip
FreeBSD-src-4f64fe43e7186660d972f9eae509424f1addaa8a.tar.gz
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
(except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
Diffstat (limited to 'sys/i386/isa/seagate.c')
-rw-r--r--sys/i386/isa/seagate.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c
index 0a99049..16f5c04 100644
--- a/sys/i386/isa/seagate.c
+++ b/sys/i386/isa/seagate.c
@@ -46,7 +46,7 @@
* delays, device flags, polling mode, generic cleanup
* vak 950115 Added request-sense ops
*
- * $Id: seagate.c,v 1.3 1994/06/16 13:26:14 sean Exp $
+ * $Id: seagate.c,v 1.5 1995/01/10 11:41:28 jkh Exp $
*/
/*
@@ -109,6 +109,9 @@
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/devconf.h>
+
+#include <machine/clock.h>
+
#include <i386/isa/isa_device.h>
#include <scsi/scsi_all.h>
OpenPOWER on IntegriCloud