[HTTP server] Missing/Inaccesible Networking Header files

Checklist:

  1. :white_check_mark: or :cross_mark:: I’ve uncommented the code.
  2. :white_check_mark: or :cross_mark:: I’ve saved the changes.
  3. :white_check_mark: or :cross_mark:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

In case this extra information helps, im using VS Code on Windows machine and installed the GCC compiler.

Hey @Boribit, you’ll need to install WSL to get those networking headers working on Windows. It gives you a Linux environment where headers like sys/socket.h and netinet/in.h are available by default.

1 Like

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

Thanks it worked!

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.