From 13d42705ccdf13d91e1260129dcde3e62395e0d3 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Fri, 29 Jul 2016 20:57:57 +0200 Subject: [PATCH] common/dns_resolve.h: Make sure the .h file has al required includes. Signed-off-by: Willem Jan Withagen --- src/common/dns_resolve.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dns_resolve.h b/src/common/dns_resolve.h index 074564ddbb1a..dbcc79a7b5c9 100644 --- a/src/common/dns_resolve.h +++ b/src/common/dns_resolve.h @@ -16,6 +16,7 @@ #include #include +#include #include #include "common/Mutex.h" -- 2.47.3