mirror of
https://github.com/NixOS/nix.git
synced 2024-10-31 14:20:52 +00:00
Merge pull request #3192 from ng-0/ng0/issue3186
include netinet/in.h in src/nix/main.cc
This commit is contained in:
commit
06f9364e5f
@ -15,6 +15,7 @@
|
||||
#include <sys/socket.h>
|
||||
#include <ifaddrs.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
extern std::string chrootHelperName;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user