Add include for htons.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/qt-trunk@11079 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
67e82d568e
commit
3d256c8b39
|
@ -35,6 +35,8 @@
|
|||
|
||||
#if defined(WZ_OS_WIN)
|
||||
# include <winsock2.h> // for sockets
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "netplay.h"
|
||||
|
|
Loading…
Reference in New Issue