Adjust include file for native sockets on INTEGRITY.
Change-Id: Ibe957eb510fd46d828acedd3e66fa0b49c9a42f0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
4706e2c533
commit
d05673ac20
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user