Hi all

In my application I'm using timer_create() & timer_settime() functions of linux.
but while compiling it gives me undefined reference for these two functions. I think I need to include some library while compiling....but I donno which library should be included while compiling (using gcc). [I have included <time.h> header file in my application]
please comment....


thanks & regards
onebrother