From 63c6adeeb83ab391ca32b2cea8e90eeef2df74bc Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 24 Apr 2008 14:09:57 +0000 Subject: [PATCH] Move another header to the top of compat.h - fixes previous commit git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3572 0192ed92-7a03-0410-a25b-9323aeb14dbd --- include/compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/compat.h b/include/compat.h index a9bf736..4c011fa 100644 --- a/include/compat.h +++ b/include/compat.h @@ -46,6 +46,8 @@ #include #endif +#include + #if !defined(__KERNEL__) || !defined (__bitwise) #define __le16 u_int16_t #define __le32 u_int32_t @@ -140,7 +142,6 @@ static inline void *kzalloc(size_t size, gfp_t flags) */ #ifdef __KERNEL__ -#include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,21) #define ATH_REGISTER_SYSCTL_TABLE(t) register_sysctl_table(t, 1) #else -- 2.35.1