diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-14 15:20:34 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-14 15:21:22 (GMT) |
commit | b2dbbb15ab7f61f63b54c176bf2467760240b00c (patch) | |
tree | 786e111e852100ab3b224177050c58e53632ef1e /src/network/kernel | |
parent | a37c2d34a53f1cfcaf1dba1ff9c7175f72e75095 (diff) | |
download | Qt-b2dbbb15ab7f61f63b54c176bf2467760240b00c.zip Qt-b2dbbb15ab7f61f63b54c176bf2467760240b00c.tar.gz Qt-b2dbbb15ab7f61f63b54c176bf2467760240b00c.tar.bz2 |
Forgot to include qnet_unix_p.h for the qt_safe_() functions
Reviewed-By: TrustMe
Diffstat (limited to 'src/network/kernel')
-rw-r--r-- | src/network/kernel/qhostinfo_unix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <qurl.h> #include <qfile.h> #include <private/qmutexpool_p.h> +#include <private/qnet_unix_p.h> #include <sys/types.h> #include <netdb.h> |