From d4abecffcb475e6d472368850ccf3c7c40224a20 Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 21 Jan 2005 01:46:41 +0000 Subject: Fix ztdummy build on 2.6 (bug #3391) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@568 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztdummy.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ztdummy.c') diff --git a/ztdummy.c b/ztdummy.c index 6bbb2d9..92a41d7 100755 --- a/ztdummy.c +++ b/ztdummy.c @@ -43,16 +43,16 @@ #include #include #include -#ifndef LINUX26 -#include -#include -#include -#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #else #include #endif +#ifndef LINUX26 +#include +#include +#include +#endif #ifdef LINUX26 #include #endif -- cgit v1.2.3