summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-synthesize.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 07:20:07 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 13:31:16 +0100
commitef118d00ebb8fc0b37bd5ba28b6d84874b47dec5 (patch)
tree30d73b1176ad5bc4b75d234f52f41cb048efe9d8 /src/resolve/resolved-dns-synthesize.c
parent3c94e50486a7613396c1ecaddb137e5d27c6a488 (diff)
downloadsystemd-ef118d00ebb8fc0b37bd5ba28b6d84874b47dec5.tar.gz
util: drop missing.h from socket-util.h
Diffstat (limited to 'src/resolve/resolved-dns-synthesize.c')
-rw-r--r--src/resolve/resolved-dns-synthesize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-synthesize.c b/src/resolve/resolved-dns-synthesize.c
index 9a8ce7ae2d..f65116c3b4 100644
--- a/src/resolve/resolved-dns-synthesize.c
+++ b/src/resolve/resolved-dns-synthesize.c
@@ -3,6 +3,7 @@
#include "alloc-util.h"
#include "hostname-util.h"
#include "local-addresses.h"
+#include "missing_network.h"
#include "resolved-dns-synthesize.h"
int dns_synthesize_ifindex(int ifindex) {