From 0c1443211837f4711ce7225bc1a025457cf25c84 Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 24 Apr 2008 13:26:00 +0000 Subject: [PATCH] Move a kernel include into __KERNEL__ protected section git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3570 0192ed92-7a03-0410-a25b-9323aeb14dbd --- include/compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.35.1