mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +02:00
Fix byteswap
This commit is contained in:
parent
960cab9994
commit
06871a707e
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@
|
||||||
|
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
|
#else
|
||||||
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static Setting::Handle<quint16> LIMITED_NODELIST_LOCAL_PORT("LimitedNodeList.LocalPort", 0);
|
static Setting::Handle<quint16> LIMITED_NODELIST_LOCAL_PORT("LimitedNodeList.LocalPort", 0);
|
||||||
|
|
Loading…
Reference in a new issue