DEV Community

sydney
sydney

Posted on

project won't compile

I am currently working with an older c algorithms book. I installed all the related .c and .h files into the project, but the compiler complains about "netinet/in.h " not being found even though it is included in the book code. The include line is #include and because of the <> brackets I was led to believe that this file is part of the installed library. I'm developing in a windows environment so I am a little bit confused about where this library file, if it even exist for windows, exists at all. If there is an alternative header file for windows where would I even go to download it?
sydney

Top comments (0)