diff options
Diffstat (limited to 'src/grp-resolve/libbasic-dns/resolved-dns-question.h')
-rw-r--r-- | src/grp-resolve/libbasic-dns/resolved-dns-question.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-resolve/libbasic-dns/resolved-dns-question.h b/src/grp-resolve/libbasic-dns/resolved-dns-question.h index ea41478975..320bf53488 100644 --- a/src/grp-resolve/libbasic-dns/resolved-dns-question.h +++ b/src/grp-resolve/libbasic-dns/resolved-dns-question.h @@ -19,9 +19,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include "basic/macro.h" + typedef struct DnsQuestion DnsQuestion; -#include "macro.h" #include "resolved-dns-rr.h" /* A simple array of resource keys */ |