summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2006-05-28 02:26:28 +0000
committerjason <jason@openbsd.org>2006-05-28 02:26:28 +0000
commit3a6813f95859d19c0b4f2e62b094a7006c8c33bf (patch)
treed4bf8a469193f973b27c9b276565214b1d638552 /sys
parentChange the default replay window for SAs created by the isakmpd responder (diff)
downloadwireguard-openbsd-3a6813f95859d19c0b4f2e62b094a7006c8c33bf.tar.xz
wireguard-openbsd-3a6813f95859d19c0b4f2e62b094a7006c8c33bf.zip
need <sys/device.h> or it doesn't compile on sparc64
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_sensors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_sensors.c b/sys/kern/kern_sensors.c
index c8951d9154a..17d1f8feb38 100644
--- a/sys/kern/kern_sensors.c
+++ b/sys/kern/kern_sensors.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_sensors.c,v 1.11 2006/05/28 01:33:50 mk Exp $ */
+/* $OpenBSD: kern_sensors.c,v 1.12 2006/05/28 02:26:28 jason Exp $ */
/*
* Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
@@ -24,6 +24,7 @@
#include <sys/queue.h>
#include <sys/types.h>
#include <sys/time.h>
+#include <sys/device.h>
#include <sys/hotplug.h>
#include <sys/sensors.h>