diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/network.cpp b/src/net/network.cpp index b9d0fc55..44d07e13 100644 --- a/src/net/network.cpp +++ b/src/net/network.cpp @@ -21,8 +21,8 @@ * $Id$ */ -#include "network.h" #include "../main.h" +#include "network.h" #ifndef WIN32 #include <unistd.h> #include <fcntl.h> |