summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/nspawn-expose-ports.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 18:52:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 18:52:36 -0400
commit0ff87b898afb47596de94d9767cf4cb19d2d69e0 (patch)
treeeb64bf8b7b7d941cf008dda142f6ab5e8e332d05 /src/systemd-nspawn/nspawn-expose-ports.c
parent7b5516edb2acfc4ef6a48c5044eb4263eb9a3ad3 (diff)
revert some changes
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 d82e495fa8..8122a14f7b 100644
--- a/src/systemd-nspawn/nspawn-expose-ports.c
+++ b/src/systemd-nspawn/nspawn-expose-ports.c
@@ -21,7 +21,7 @@
#include "alloc-util.h"
#include "fd-util.h"
-#include <firewall-util.h>
+#include "firewall-util.h"
#include "in-addr-util.h"
#include "local-addresses.h"
#include "netlink-util.h"