From e449bb8a46e41239870662bbfe0d1012679138b0 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 15 Jan 2005 22:59:18 +0000 Subject: Correct order of includes git-svn-id: http://svn.digium.com/svn/zaptel/trunk@560 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wcfxo.c') diff --git a/wcfxo.c b/wcfxo.c index d6c2474..c765f3d 100755 --- a/wcfxo.c +++ b/wcfxo.c @@ -31,14 +31,14 @@ #include #include #include -#ifdef LINUX26 -#include -#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #else #include #endif +#ifdef LINUX26 +#include +#endif /* Uncomment to enable tasklet handling in the FXO driver. Not recommended in general, but may improve interactive performance */ -- cgit v1.2.3