Module Name: src
Committed By: dyoung
Date: Fri Mar 19 01:31:11 UTC 2010
Modified Files:
src/sys/dev/ic: ath_netbsd.h
Log Message:
Don't pick up the <sys/sysctl.h> definitions by chance,
but #include here.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/ath_netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/ath_netbsd.h
diff -u src/sys/dev/ic/ath_netbsd.h:1.9 src/sys/dev/ic/ath_netbsd.h:1.10
--- src/sys/dev/ic/ath_netbsd.h:1.9 Mon Oct 19 23:19:39 2009
+++ src/sys/dev/ic/ath_netbsd.h Fri Mar 19 01:31:11 2010
@@ -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