diff -Nurp acx-20080210.orig/pci.c acx-20080210/pci.c --- acx-20080210.orig/pci.c 2010-02-28 14:09:55.000000000 +0000 +++ acx-20080210/pci.c 2010-02-28 14:13:09.000000000 +0000 @@ -35,8 +35,12 @@ /* Linux 2.6.18+ uses */ #ifndef UTS_RELEASE +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33) +#include +#else #include #endif +#endif #include /* required for Lx 2.6.8 ?? */ #include