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 --- pciradio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pciradio.c') diff --git a/pciradio.c b/pciradio.c index 5bafc77..862c166 100755 --- a/pciradio.c +++ b/pciradio.c @@ -46,13 +46,14 @@ With driver: 303826 (1.5 %) #include #include #include -#include #include #include #include #include #include - +#ifdef LINUX26 +#include +#endif #ifdef STANDALONE_ZAPATA #include "zaptel.h" #else -- cgit v1.2.3