compilation problem
Hi,
On my AIX machine in one of my program I have declared a vaiable "m_start_time" of "hrtime_t" type. I also have included the file <sys/time.h>.
But, during compilation its giving the error :
"The text m_start_time" is unexpected. 'hrtime_t' may be undeclared or ambiguous".
Can anybody please let me know what could be the problem?
Regards,
Girish
|