diff options
author | 2008-10-28 13:44:33 +0000 | |
---|---|---|
committer | 2008-10-28 13:44:33 +0000 | |
commit | a559dc66eeae0e00e260c9139d7dd1cc077def4e (patch) | |
tree | 33d2d19c6049a131c379b38916e831afa71cb639 /sys/dev/pci/mpi_pci.c | |
parent | - reverse logic for the gcc MODULES (diff) | |
download | wireguard-openbsd-a559dc66eeae0e00e260c9139d7dd1cc077def4e.tar.xz wireguard-openbsd-a559dc66eeae0e00e260c9139d7dd1cc077def4e.zip |
#include sensors
Diffstat (limited to 'sys/dev/pci/mpi_pci.c')
-rw-r--r-- | sys/dev/pci/mpi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/mpi_pci.c b/sys/dev/pci/mpi_pci.c index 7531437f3b1..768863cf1d6 100644 --- a/sys/dev/pci/mpi_pci.c +++ b/sys/dev/pci/mpi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi_pci.c,v 1.21 2008/10/28 11:00:40 marco Exp $ */ +/* $OpenBSD: mpi_pci.c,v 1.22 2008/10/28 13:44:33 marco Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -24,6 +24,7 @@ #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/device.h> +#include <sys/sensors.h> #include <sys/rwlock.h> #include <machine/bus.h> |