summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/nspawn-expose-ports.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-nspawn/nspawn-expose-ports.c')
-rw-r--r--src/systemd-nspawn/nspawn-expose-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-nspawn/nspawn-expose-ports.c b/src/systemd-nspawn/nspawn-expose-ports.c
index 9de03b46ba..1ecebe8e30 100644
--- a/src/systemd-nspawn/nspawn-expose-ports.c
+++ b/src/systemd-nspawn/nspawn-expose-ports.c
@@ -19,7 +19,6 @@
#include "sd-netlink/local-addresses.h"
#include "sd-netlink/netlink-util.h"
-#include "sd-netlink/sd-netlink.h"
#include "systemd-basic/alloc-util.h"
#include "systemd-basic/fd-util.h"
#include "systemd-basic/in-addr-util.h"
@@ -28,6 +27,7 @@
#include "systemd-basic/string-util.h"
#include "systemd-basic/util.h"
#include "systemd-firewall/firewall-util.h"
+#include "systemd-staging/sd-netlink.h"
#include "nspawn-expose-ports.h"