diff mcabber/src/socket.c @ 28:0cd8025eebee

[/trunk] Changeset 44 by mikael * Some more fixes. * We can now build with GNU99 gcc extensions.
author mikael
date Mon, 28 Mar 2005 10:36:47 +0000
parents 8588f5a4b638
children
line wrap: on
line diff
--- a/mcabber/src/socket.c	Mon Mar 28 09:18:01 2005 +0000
+++ b/mcabber/src/socket.c	Mon Mar 28 10:36:47 2005 +0000
@@ -3,12 +3,11 @@
 #include <string.h>
 #include <sys/socket.h>
 #include <unistd.h>
-#include "utils.h"
-
-#include "socket.h"
 #include <signal.h>
 
-#include "screen.h" // FIXME to be removed
+#include "utils.h"
+#include "socket.h"
+#include "screen.h"
 
 /* Desc: create socket connection
  *