summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2006-09-19 17:38:39 +0000
committerbrad <brad@openbsd.org>2006-09-19 17:38:39 +0000
commit41c7e5eea634974b0b20538c269c649772a5b673 (patch)
treec1c9073cb1bee0eb07fbcdf835279ef75d626f92
parentdetect the newer single chip generations AR2413, AR5413 and AR5224 but (diff)
downloadwireguard-openbsd-41c7e5eea634974b0b20538c269c649772a5b673.tar.xz
wireguard-openbsd-41c7e5eea634974b0b20538c269c649772a5b673.zip
add missing sys/device.h.
ok mglocker@
-rw-r--r--sys/dev/ic/pgt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/pgt.c b/sys/dev/ic/pgt.c
index 097844b3f07..8b50624bb87 100644
--- a/sys/dev/ic/pgt.c
+++ b/sys/dev/ic/pgt.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pgt.c,v 1.11 2006/09/16 12:20:10 mglocker Exp $ */
+/* $OpenBSD: pgt.c,v 1.12 2006/09/19 17:38:39 brad Exp $ */
/*
* Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org>
@@ -59,6 +59,7 @@
#include <sys/kthread.h>
#include <sys/time.h>
#include <sys/ioctl.h>
+#include <sys/device.h>
#include <machine/bus.h>
#include <machine/endian.h>