mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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)
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
static Setting::Handle<quint16> LIMITED_NODELIST_LOCAL_PORT("LimitedNodeList.LocalPort", 0);
|
||||
|
|
Loading…
Reference in a new issue