summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/dns-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-resolve/systemd-resolved/dns-type.c')
-rw-r--r--src/grp-resolve/systemd-resolved/dns-type.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-resolve/systemd-resolved/dns-type.c b/src/grp-resolve/systemd-resolved/dns-type.c
index 1aa9424222..6d5b9d616f 100644
--- a/src/grp-resolve/systemd-resolved/dns-type.c
+++ b/src/grp-resolve/systemd-resolved/dns-type.c
@@ -19,10 +19,11 @@
#include <sys/socket.h>
-#include "dns-type.h"
#include "basic/parse-util.h"
#include "basic/string-util.h"
+#include "dns-type.h"
+
typedef const struct {
uint16_t type;
const char *name;