diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-28 20:30:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-28 20:30:06 +0000 |
commit | bf6ec00f3dc5ae23da1e8a4e20d44555eca0593a (patch) | |
tree | 88e7c781fd244d79de78e245c1eb18862341f285 /src/connection.cpp | |
parent | c545631538fe8058a1abd126f5c3b530ff003e54 (diff) |
Fixed fd_Setsize in cygwin
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1541 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index e4d6485c0..95363626e 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -16,7 +16,8 @@ using namespace std; -#include <connection.h> +#include "inspircd.h" +#include "connection.h" #include <unistd.h> #include <fcntl.h> #include <poll.h> @@ -27,7 +28,6 @@ using namespace std; #include <string> #include <deque> #include <sstream> -#include "inspircd.h" #include "modules.h" #include "inspstring.h" #include "helperfuncs.h" |