I am trying to run a C program in Visual Studio 2013.
In this code I'm using sys/time.h header, and I am receiving following errors:
error : cannot open source file "sys/time.h"
1> #include<sys/time.h>
What am I missing?
I am trying to run a C program in Visual Studio 2013.
In this code I'm using sys/time.h header, and I am receiving following errors:
error : cannot open source file "sys/time.h"
1> #include<sys/time.h>
What am I missing?