Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/netclient.h')
-rw-r--r--src/core/netclient.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/netclient.h b/src/core/netclient.h
index 818422e..cca9529 100644
--- a/src/core/netclient.h
+++ b/src/core/netclient.h
@@ -7,6 +7,8 @@
#ifndef __INCLUDED_CORE_NETCLIENT_H__
#define __INCLUDED_CORE_NETCLIENT_H__
+#include "core/net.h"
+
#include <unistd.h>
#include <errno.h>
@@ -19,10 +21,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-#else
-
-#include <windows.h>
-
#endif
#include <string>