I have a few includes that are giving me some issues. I started looking around for these files, but found that unistd.h is a unix file. Is this course able to be done in Windows?
#include <unistd.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>