From 389a44aa12edaa7a89ae4a534a6fc2e9c3cacc83 Mon Sep 17 00:00:00 2001 From: sruffell Date: Fri, 19 Dec 2008 17:21:34 +0000 Subject: Compilation fix for kernels copied from DAHDI. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4597 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/xpp/xpd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernel/xpp/xpd.h b/kernel/xpp/xpd.h index c0bfcc0..7f85890 100644 --- a/kernel/xpp/xpd.h +++ b/kernel/xpp/xpd.h @@ -30,7 +30,11 @@ #include #include #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26) +#include +#else #include +#endif #include #ifdef XPP_DEBUGFS #ifndef CONFIG_DEBUG_FS -- cgit v1.2.3