From cdaf04f043af9d7205ec060e31b989fd8114e9d5 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 15 Mar 2019 00:24:33 +1100 Subject: [PATCH] missing #include (cherry picked from commit 719b1d7fdc364095217805d76cb1a56c37597dfa) --- lib/dns/include/dns/ecs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/dns/include/dns/ecs.h b/lib/dns/include/dns/ecs.h index 8c1e4fbf1b..42ab32056c 100644 --- a/lib/dns/include/dns/ecs.h +++ b/lib/dns/include/dns/ecs.h @@ -14,8 +14,10 @@ #include +#include #include #include + #include struct dns_ecs {