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

Fixes #3186
This commit is contained in:
ng0 2019-11-01 14:09:42 +00:00
parent 6c8d0133ef
commit b811bd2172
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <sys/socket.h>
#include <ifaddrs.h>
#include <netdb.h>
#include <netinet/in.h>
extern std::string chrootHelperName;