summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Griebl <rgriebl@trolltech.com>2009-07-14 15:20:34 (GMT)
committerRobert Griebl <rgriebl@trolltech.com>2009-07-14 15:21:22 (GMT)
commitb2dbbb15ab7f61f63b54c176bf2467760240b00c (patch)
tree786e111e852100ab3b224177050c58e53632ef1e /src
parenta37c2d34a53f1cfcaf1dba1ff9c7175f72e75095 (diff)
downloadQt-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')
-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 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>