summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authordyoung <dyoung@NetBSD.org>2010-03-19 01:31:11 +0000
committerdyoung <dyoung@NetBSD.org>2010-03-19 01:31:11 +0000
commit1d4183c115bc331bf584a5ec3263055c371259bf (patch)
tree05084bf981f932fd3d2fc6512b3e08738c241e4e /sys/dev
parent4e3cadf2475ba1bdbcc2626870ae83f865a0054f (diff)
Don't pick up the <sys/sysctl.h> definitions by chance,
but #include here.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/ath_netbsd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/ath_netbsd.h b/sys/dev/ic/ath_netbsd.h
index a65e01a2731..7c14fc49896 100644
--- a/sys/dev/ic/ath_netbsd.h
+++ b/sys/dev/ic/ath_netbsd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ath_netbsd.h,v 1.9 2009/10/19 23:19:39 rmind Exp $ */
+/* $NetBSD: ath_netbsd.h,v 1.10 2010/03/19 01:31:11 dyoung Exp $ */
/*-
* Copyright (c) 2003, 2004 David Young
@@ -27,6 +27,8 @@
#ifndef _ATH_NETBSD_H
#define _ATH_NETBSD_H
+#include <sys/sysctl.h>
+
#undef KASSERT
#define KASSERT(__cond, __complaint) if (!(__cond)) panic __complaint