mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
include netinet/in.h in src/nix/main.cc
Fixes #3186
(cherry picked from commit b811bd2172
)
This commit is contained in:
parent
61855a4e7b
commit
a53e4e217b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
extern std::string chrootHelperName;
|
extern std::string chrootHelperName;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue