Adjust include file for native sockets on INTEGRITY.

Change-Id: Ibe957eb510fd46d828acedd3e66fa0b49c9a42f0
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Rolland Dudemaine 2015-10-27 02:30:03 +01:00
parent 4706e2c533
commit d05673ac20

View File

@ -58,6 +58,9 @@
#ifdef Q_OS_BSD4
#include <net/if_dl.h>
#endif
#ifdef Q_OS_INTEGRITY
#include <sys/uio.h>
#endif
#if defined QNATIVESOCKETENGINE_DEBUG
#include <qstring.h>