diff options
| author | 2005-05-28 20:30:06 +0000 | |
|---|---|---|
| committer | 2005-05-28 20:30:06 +0000 | |
| commit | bf6ec00f3dc5ae23da1e8a4e20d44555eca0593a (patch) | |
| tree | 88e7c781fd244d79de78e245c1eb18862341f285 /src/xline.cpp | |
| parent | Updated to beta 6 CVS (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/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index febe6f425..c37e629be 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -16,10 +16,10 @@ using namespace std; +#include "inspircd_config.h" #include "inspircd.h" #include "inspircd_io.h" #include "inspircd_util.h" -#include "inspircd_config.h" #include <unistd.h> #include <fcntl.h> #include <sys/errno.h> |
