summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/nspawn.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 01:10:43 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-26 01:10:43 -0400
commit4984d873760735b8db0156f0375992a4882a4f2e (patch)
tree3e82d35be907c5a7957a843d55c0603cd150efdf /src/systemd-nspawn/nspawn.c
parent2cbba14ef3664a1b9a4642ff93dcea8c9139b449 (diff)
re-add network-util.h includes
Diffstat (limited to 'src/systemd-nspawn/nspawn.c')
-rw-r--r--src/systemd-nspawn/nspawn.c1
1 files changed, 1 insertions, 0 deletions
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"