summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/dns-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-bus/dns-util.h')
-rw-r--r--src/libsystemd-bus/dns-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-bus/dns-util.h b/src/libsystemd-bus/dns-util.h
index 31d19bd95a..0ca91e0ad9 100644
--- a/src/libsystemd-bus/dns-util.h
+++ b/src/libsystemd-bus/dns-util.h
@@ -1,5 +1,7 @@
#pragma once
+#include "util.h"
+
DEFINE_TRIVIAL_CLEANUP_FUNC(asyncns_t*, asyncns_free);
DEFINE_TRIVIAL_CLEANUP_FUNC(unsigned char *, asyncns_freeanswer);
DEFINE_TRIVIAL_CLEANUP_FUNC(struct addrinfo*, asyncns_freeaddrinfo);