blob: c0445ec241537e07261c0e5c1932ac4cae2b5946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff -Nur irssi.orig/src/core/network.h irssi/src/core/network.h
--- irssi.orig/src/core/network.h 2005-03-01 00:36:21.634296397 +0100
+++ irssi/src/core/network.h 2005-03-01 00:36:37.204104608 +0100
@@ -1,10 +1,6 @@
#ifndef __NETWORK_H
#define __NETWORK_H
-#ifdef HAVE_SOCKS_H
-#include <socks.h>
-#endif
-
#include <sys/types.h>
#ifndef WIN32
# include <sys/socket.h>
@@ -13,6 +9,10 @@
# include <arpa/inet.h>
#endif
+#ifdef HAVE_SOCKS_H
+#include <socks.h>
+#endif
+
#ifndef AF_INET6
# ifdef PF_INET6
# define AF_INET6 PF_INET6
|