diff options
-rw-r--r-- | src/systemd-nspawn/nspawn-network.c | 1 | ||||
-rw-r--r-- | src/systemd-nspawn/nspawn.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd-nspawn/nspawn-network.c b/src/systemd-nspawn/nspawn-network.c index 970eba3ae1..769f865195 100644 --- a/src/systemd-nspawn/nspawn-network.c +++ b/src/systemd-nspawn/nspawn-network.c @@ -26,6 +26,7 @@ #include "alloc-util.h" #include "ether-addr-util.h" +#include "netlink-util.h" #include "nspawn-network.h" #include "siphash24.h" #include "string-util.h" diff --git a/src/systemd-nspawn/nspawn.c b/src/systemd-nspawn/nspawn.c index 1de527b57b..add66be183 100644 --- a/src/systemd-nspawn/nspawn.c +++ b/src/systemd-nspawn/nspawn.c @@ -69,6 +69,7 @@ #include "missing.h" #include "mkdir.h" #include "mount-util.h" +#include "netlink-util.h" #include "nspawn-cgroup.h" #include "nspawn-expose-ports.h" #include "nspawn-mount.h" |