From b2dbbb15ab7f61f63b54c176bf2467760240b00c Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 14 Jul 2009 17:20:34 +0200 Subject: Forgot to include qnet_unix_p.h for the qt_safe_() functions Reviewed-By: TrustMe --- src/network/kernel/qhostinfo_unix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp index 78df510..fef488b 100644 --- a/src/network/kernel/qhostinfo_unix.cpp +++ b/src/network/kernel/qhostinfo_unix.cpp @@ -52,6 +52,7 @@ static const int RESOLVER_TIMEOUT = 2000; #include #include #include +#include #include #include -- cgit v0.12