URI:
       headers swapped - ii - irc it, simple FIFO based irc client
  HTML git clone git://git.suckless.org/ii
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e6b37754ea26b04eaa0429284aafb9cd6b36a777
   DIR parent ec0b060d277a6c04fb8697d2cb1e43db83092ad8
  HTML Author: nion@localhost <unknown>
       Date:   Fri, 16 Jun 2006 14:41:14 +0200
       
       headers swapped
       
       Diffstat:
         M ii.c                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ii.c b/ii.c
       @@ -6,6 +6,7 @@
        
        #include <errno.h>
        #include <netdb.h>
       +#include <sys/types.h>
        #include <netinet/in.h>
        #include <stdio.h>
        #include <stdlib.h>
       @@ -15,7 +16,6 @@
        #include <pwd.h>
        #include <signal.h>
        #include <sys/stat.h>
       -#include <sys/types.h>
        #include <sys/socket.h>
        #include <ctype.h>
        #include <time.h>