Where can I get the header file sys/time.h?

bolido2000

Diamond Member
Dec 3, 2001
3,720
1
0
I am trying to compile some code and I am missing the "sys/time.h" header file for C++. I couldn't find a place to download it on google. Can someone help?
 

Snapster

Diamond Member
Oct 14, 2001
3,916
0
0
Use #include <sys/time.h>
rather than #include <time.h>

sys is a subdirectory in the include directory.