From be8facf1f605e21593b1d5133383cd5b494ef239 Mon Sep 17 00:00:00 2001 From: markster Date: Sat, 15 Jan 2005 06:45:15 +0000 Subject: Fix build for 2.4 kernel (bug #3343) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@558 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct1xxp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wct1xxp.c') diff --git a/wct1xxp.c b/wct1xxp.c index 12571fd..79ced23 100755 --- a/wct1xxp.c +++ b/wct1xxp.c @@ -29,12 +29,14 @@ #include #include #include -#include #include #include #include #include #include +#ifdef LINUX26 +#include +#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #else -- cgit v1.2.3