Skip to content
Snippets Groups Projects
Commit b811bd21 authored by ng0's avatar ng0
Browse files

include netinet/in.h in src/nix/main.cc

Fixes #3186
parent 6c8d0133
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
#include <sys/socket.h>
#include <ifaddrs.h>
#include <netdb.h>
#include <netinet/in.h>
extern std::string chrootHelperName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment