Add include for htons.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/branches/qt-trunk@11079 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-07-01 19:46:09 +00:00 committed by Git SVN Gateway
parent 67e82d568e
commit 3d256c8b39
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#if defined(WZ_OS_WIN)
# include <winsock2.h> // for sockets
#else
#include <arpa/inet.h>
#endif
#include "netplay.h"