2003-07-07 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Mon, 07 Jul 2003 14:58:07 +0000
changeset 12 fc5e71b1369c
parent 11 1b659ef069e3
child 13 77eeefaa41d2
2003-07-07 Mikael Hallendal <micke@imendio.com> * loudmouth/lm-connection.c: moved the includes around a bit so that it builds on FreeBSD without problems.
ChangeLog
loudmouth/lm-connection.c
--- a/ChangeLog	Wed Jun 25 22:35:43 2003 +0000
+++ b/ChangeLog	Mon Jul 07 14:58:07 2003 +0000
@@ -1,3 +1,8 @@
+2003-07-07  Mikael Hallendal  <micke@imendio.com>
+
+	* loudmouth/lm-connection.c: moved the includes around a bit so that 
+	  it builds on FreeBSD without problems.
+
 2003-06-26  Mikael Hallendal  <micke@imendio.com>
 
         * Released 0.10
--- a/loudmouth/lm-connection.c	Wed Jun 25 22:35:43 2003 +0000
+++ b/loudmouth/lm-connection.c	Mon Jul 07 14:58:07 2003 +0000
@@ -21,6 +21,9 @@
 
 #include <config.h>
 
+#include <string.h>
+#include <unistd.h>
+#include <sys/types.h>
 #ifndef __WIN32__
   #include <netdb.h>
   #include <sys/socket.h>
@@ -29,10 +32,6 @@
   #include <winsock2.h>
 #endif
 
-#include <string.h>
-#include <unistd.h>
-#include <sys/types.h>
-
 #include "lm-debug.h"
 #include "lm-error.h"
 #include "lm-internals.h"