From 1e3499bf665e358e7cee69f48482e0728b2b95a5 Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 6 Aug 2007 20:20:02 +0000 Subject: 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/branches/1.4@2821 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'zaptel.h') diff --git a/zaptel.h b/zaptel.h index 73af4b6..76be564 100644 --- a/zaptel.h +++ b/zaptel.h @@ -80,8 +80,6 @@ #include "ecdis.h" #include "fasthdlc.h" -#endif /* __KERNEL__ */ - #ifdef CONFIG_DEVFS_FS #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #include @@ -90,6 +88,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