From be1a1fad01e521e9b8c0c047cec250b3b990ec33 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 21 Mar 2005 03:40:18 +0000 Subject: 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 --- include/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include #include +#include #include #include #include -- cgit v1.2.3