mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
from Justin: on Windows, hton[ls] is in winsock.h
This commit is contained in:
@@ -27,7 +27,11 @@
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <arpa/inet.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
static quint8 readByte(QDataStream &in)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user