Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-08 12:58:05 +0000
committerStijn Buys <ingar@osirion.org>2008-11-08 12:58:05 +0000
commitdbb28ef3422bf2442e15d75fd52180cfb9b40102 (patch)
tree16b9f8bb8b5bfa64f9676e4eed134dbe15299c90 /src/core/netclient.h
parente3512a1b55e97b2eba62847e6e28065eec24c92f (diff)
adds rcon, rconpassword and sv_password
Diffstat (limited to 'src/core/netclient.h')
-rw-r--r--src/core/netclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/netclient.h b/src/core/netclient.h
index 3671b4e..879a801 100644
--- a/src/core/netclient.h
+++ b/src/core/netclient.h
@@ -11,14 +11,18 @@
#include <errno.h>
#ifndef _WIN32
+
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+
#else
+
#include <windows.h>
+
#endif
#include <string>