ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

commit e6b37754ea26b04eaa0429284aafb9cd6b36a777
parent ec0b060d277a6c04fb8697d2cb1e43db83092ad8
Author: nion@localhost <unknown>
Date:   Fri, 16 Jun 2006 14:41:14 +0200

headers swapped

Diffstat:
Mii.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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>