Cannot open include file: 'readline/readline.h'

Hi

I have the following in my code. Except the stdlib.h none of them are getting resolved. Can someone please help me in finding references to the header files. My environment is MS Visual Studio 2010 Professional. I am trying to build a VC++ Windows Console application.

1
2
3
4
5
6
#include <readline/readline.h>
#include <readline/history.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include <sched.h> 


Regards,
You are trying to build Unix code on Windows.
Thanks very much in replying, that is correct, I was able to compile it in unix since they were unix header files.

Please mark this as resolved.
Topic archived. No new replies allowed.