From: Mukund Sivaraman Date: Thu, 15 Mar 2012 09:48:01 +0000 (+0530) Subject: [master] Add more missing includes (doesn't compile on OpenBSD otherwise) X-Git-Tag: trac2351_base~226^2~116^2~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61992b3bdb4d128971e459da4e6d741a48ad01d1;p=thirdparty%2Fkea.git [master] Add more missing includes (doesn't compile on OpenBSD otherwise) --- diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc index cb6ebfd0a3..2489945e1d 100644 --- a/src/bin/auth/auth_srv.cc +++ b/src/bin/auth/auth_srv.cc @@ -14,6 +14,7 @@ #include +#include #include #include diff --git a/src/bin/resolver/resolver.cc b/src/bin/resolver/resolver.cc index e7f242e96d..711379ed3c 100644 --- a/src/bin/resolver/resolver.cc +++ b/src/bin/resolver/resolver.cc @@ -15,6 +15,7 @@ #include #include +#include #include #include diff --git a/src/lib/server_common/tests/client_unittest.cc b/src/lib/server_common/tests/client_unittest.cc index 287a92660e..c8db846f95 100644 --- a/src/lib/server_common/tests/client_unittest.cc +++ b/src/lib/server_common/tests/client_unittest.cc @@ -12,6 +12,7 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. +#include #include #include