summaryrefslogtreecommitdiff
path: root/src/network/kernel/qhostinfo_unix.cpp
diff options
context:
space:
mode:
authorRobert Griebl <rgriebl@trolltech.com>2009-07-14 17:20:34 +0200
committerRobert Griebl <rgriebl@trolltech.com>2009-07-14 17:21:22 +0200
commitb2dbbb15ab7f61f63b54c176bf2467760240b00c (patch)
tree786e111e852100ab3b224177050c58e53632ef1e /src/network/kernel/qhostinfo_unix.cpp
parenta37c2d34a53f1cfcaf1dba1ff9c7175f72e75095 (diff)
downloadqt4-tools-b2dbbb15ab7f61f63b54c176bf2467760240b00c.tar.gz
Forgot to include qnet_unix_p.h for the qt_safe_() functions
Reviewed-By: TrustMe
Diffstat (limited to 'src/network/kernel/qhostinfo_unix.cpp')
-rw-r--r--src/network/kernel/qhostinfo_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qhostinfo_unix.cpp b/src/network/kernel/qhostinfo_unix.cpp
index 78df510dfb..fef488b29c 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>