summaryrefslogtreecommitdiff
path: root/net-im/gaim/files/patch-internal-h
blob: 4d25a6d4f71bf4b2c6c305382e1c149389cf5f88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/internal.h.orig	Thu Jul 17 10:20:34 2003
+++ src/internal.h	Thu Jul 17 10:21:02 2003
@@ -88,9 +88,9 @@
 #endif
 
 #ifndef _WIN32
-# include <arpa/inet.h>
 # include <netinet/in.h>
 # include <sys/socket.h>
+# include <arpa/inet.h>
 # include <sys/un.h>
 # include <sys/utsname.h>
 # include <gdk/gdkx.h>