From: mentor Date: Thu, 24 Apr 2008 14:09:57 +0000 (+0000) Subject: Move another header to the top of compat.h - fixes previous commit X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=63c6adeeb83ab391ca32b2cea8e90eeef2df74bc;p=madwifi%2F.git 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 --- 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