diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-31 00:00:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-31 00:00:10 +0000 |
commit | 9ad229bff93ebb4ee4cdc26f4b354f13c40cf678 (patch) | |
tree | b4fe6f0e722e0af1e8733467b9b5f579de9b4da8 /sys/dev | |
parent | 6e9553daf396c1e802702e3485eefb01d5761fbe (diff) |
needs sys/sensor.h to standalone from whether machine/cpu.h pulls the
file or not
found by olivier@burelli.fr
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index 787c2344b80..d084db811b1 100644 --- a/sys/dev/pci/mfi_pci.c +++ b/sys/dev/pci/mfi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi_pci.c,v 1.29 2014/09/09 03:08:30 dlg Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.30 2019/12/31 00:00:09 deraadt Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -23,6 +23,7 @@ #include <sys/malloc.h> #include <sys/device.h> #include <sys/rwlock.h> +#include <sys/sensors.h> #include <dev/pci/pcidevs.h> #include <dev/pci/pcivar.h> |