X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcompat.h;h=2aafc7dc1a0990f81c8617a17b53b3c5b46ac95c;hb=0c1443211837f4711ce7225bc1a025457cf25c84;hp=f50b3ca5beb571e1001b9b1c0cbe47d1c25a2e11;hpb=d8c264b8f54f0a65348d3c47f8492aba9244be28;p=madwifi%2F.git diff --git a/include/compat.h b/include/compat.h index f50b3ca..2aafc7d 100644 --- a/include/compat.h +++ b/include/compat.h @@ -43,6 +43,7 @@ #include #include #include +#include #endif #if !defined(__KERNEL__) || !defined (__bitwise) @@ -80,7 +81,6 @@ #define NBBY 8 /* number of bits/byte */ /* roundup() appears in Linux 2.6.18 */ -#include #ifndef roundup #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ #endif