Zaptel error

Can anybody help me out why I always get this error whenever I issue “make”

make[2]: *** [/usr/src/zaptel-1.2.6/pciradio.o] Error 1
make[1]: *** [/usr/src/zaptel-1.2.6] Error 2
make[1]: Leaving directory `/lib/modules/2.6.5-1.358smp/build’
make: *** [linux26] Error 2

I add

#ifdef LINUX26
#include <linux/moduleparam.h>
#endif

in the include sectoin of pciradio.c

It will success “make”.