From e114a5c150e805acf54adbffd98be9ac2f808b6b Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 27 Jan 2008 15:34:16 +0000 Subject: LINUX26 is defined in zaptel.h, and should not be checked before including it. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3747 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztdynamic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ztdynamic.c') diff --git a/ztdynamic.c b/ztdynamic.c index 41b8382..e8623cc 100644 --- a/ztdynamic.c +++ b/ztdynamic.c @@ -36,12 +36,12 @@ #ifdef CONFIG_DEVFS_FS #include #endif + +#include "zaptel.h" #ifdef LINUX26 #include #endif -#include "zaptel.h" - /* * Tasklets provide better system interactive response at the cost of the * possibility of losing a frame of data at very infrequent intervals. If -- cgit v1.2.3