Hi i'm getting this error after make

make[3]: *** [packetcapture.o] Error 1
make[3]: Leaving directory `/usr/seq/showeq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/seq/showeq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/seq/showeq'
make: *** [all] Error 2


Then after make install i get

packetcapture.cpp:153: `malloc' undeclared (first use this function)
packetcapture.cpp: In member function `uint16_t
PacketCaptureThread::getPacket(unsigned char*)':
packetcapture.cpp:196: `free' undeclared (first use this function)
make[1]: *** [packetcapture.o] Error 1
make[1]: Leaving directory `/usr/seq/showeq/src'
make: *** [install-recursive] Error 1


All runs ok but exp window doesnt.
Combat window looks fixed.

I havent done anything different than usual.

Any help would be good.