Hello i will compile cs_jail on Anope-1.7.14
but on "make module" i become error
gcc -pipe -g -O2 -I/usr/include/mysql -pthread -export-dynamic -rdynamic -Wall -fPIC -DPIC -shared -I../../include -c cs_jail.c
cs_jail.c: In Funktion »handle_sjoin«:
cs_jail.c:703: error: `UMODE_r' undeclared (first use in this function)
cs_jail.c:703: error: (Each undeclared identifier is reported only once
cs_jail.c:703: error: for each function it appears in.)
cs_jail.c: In Funktion »handle_join«:
cs_jail.c:810: error: `UMODE_r' undeclared (first use in this function)
make[1]: *** [cs_jail.o] Fehler 1
make[1]: Leaving directory `/home/uircd/anope-1.7.14/src/modules'
make: *** [modules] Fehler 2
Please help me