From bb3481b5f6e080f3fa7bc92da99a6e12abb38156 Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 6 Aug 2007 20:23:16 +0000 Subject: Merged revisions 2821 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.4 (closes issue #10254) ........ r2821 | qwell | 2007-08-06 15:20:02 -0500 (Mon, 06 Aug 2007) | 4 lines Include some headers from the target system rather than the build system. Issue 10254, patch by mirabilos ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2822 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zaptel.h b/zaptel.h index 3bf2205..a06c5c3 100644 --- a/zaptel.h +++ b/zaptel.h @@ -72,8 +72,6 @@ #include "ecdis.h" #include "fasthdlc.h" -#endif /* __KERNEL__ */ - #ifdef CONFIG_DEVFS_FS #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #include @@ -82,6 +80,7 @@ //#warning "Zaptel doesn't support DEVFS in post 2.4 kernels. Disabling DEVFS in zaptel" #endif #endif /* CONFIG_DEVFS_FS */ +#endif /* __KERNEL__ */ #ifndef ELAST #define ELAST 500 -- cgit v1.2.3