diff -r a5a44aa5915d -r 8e173dddd183 examples/mini/mini.c --- a/examples/mini/mini.c Mon Oct 25 16:33:41 2010 +0200 +++ b/examples/mini/mini.c Mon Oct 25 16:45:33 2010 +0200 @@ -33,6 +33,10 @@ #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 34) +#include +#endif + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) #include #else