summaryrefslogtreecommitdiff
path: root/include/connection.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-21 03:40:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-21 03:40:18 +0000
commitbe1a1fad01e521e9b8c0c047cec250b3b990ec33 (patch)
tree681b1fe8f44dc0ef8e0c392b2fc139b6fa6126cc /include/connection.h
parent1d125bf5e8f340cae01bad6d63333dc6159d9925 (diff)
Changed ordering of sys/socket.h and sys/types.h to fix compile error on gcc 2.95
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@890 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r--include/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h
index e146c73bf..8e997742a 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -18,8 +18,8 @@
#include "base.h"
#include <string>
#include <map>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>