diff -r 87de63b19e4c -r 04fdb4abf120 examples/mini/mini.c --- a/examples/mini/mini.c Tue Dec 14 21:58:53 2010 +0100 +++ b/examples/mini/mini.c Mon Dec 20 17:52:37 2010 +0100 @@ -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