Skip to content
Snippets Groups Projects
Unverified Commit 06f9364e authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #3192 from ng-0/ng0/issue3186

include netinet/in.h in src/nix/main.cc
parents 6c8d0133 b811bd21
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