diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-22 22:55:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-22 22:55:37 +0000 |
commit | 38a6c20403dfc61d1dce112d96337cb4c3da4f08 (patch) | |
tree | fc5600cd5154495e0ee769e6c1ee6ef274db8d5e /sys/dev/pci/arc.c | |
parent | be45faa2346992d006bbff47f3b6c812e2c3fb5d (diff) |
always include sensors.h
Diffstat (limited to 'sys/dev/pci/arc.c')
-rw-r--r-- | sys/dev/pci/arc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index 5f2d4ebcee7..60479ad5d45 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.55 2006/11/28 23:59:45 dlg Exp $ */ +/* $OpenBSD: arc.c,v 1.56 2006/12/22 22:55:36 deraadt Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -36,9 +36,9 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> +#include <sys/sensors.h> #if NBIO > 0 #include <sys/ioctl.h> -#include <sys/sensors.h> #include <dev/biovar.h> #endif |