mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix networking compile for android setsockopt
This commit is contained in:
parent
3f1545008d
commit
7d7cba4dd2
1 changed files with 53 additions and 49 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
#include "Socket.h"
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QThread>
|
||||
|
||||
#include <LogHandler.h>
|
||||
|
|
Loading…
Reference in a new issue