git clone https://orangeshoelaces.net/git/ii.git
Author: nion@localhost on 06/16/2006
Committer: nion@localhost on 06/16/2006
headers swapped
ii.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii.c b/ii.c
index 9060dca..795b7f3 100644
--- 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>