Fix QDnslookup build on FreeBSD

Unify the includes for resolver function on unix-like platforms
to avoid build failures on BSD platforms.

Change-Id: I9accd7077d5a319a2c93642e011492d0fc779394
Reviewed-by: Holger Freyther <holger+qt@freyther.de>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Jeremy Lainé 2012-02-01 09:34:04 +01:00 committed by Qt by Nokia
parent f0a8a4293a
commit 7b449abde2

View File

@ -47,11 +47,9 @@
#include <private/qmutexpool_p.h>
#include <sys/types.h>
#include <netdb.h>
#if defined(Q_OS_MAC)
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <arpa/nameser_compat.h>
#endif
#include <resolv.h>
QT_BEGIN_NAMESPACE