[gaim-migrate @ 6655]

Thu, 17 Jul 2003 04:37:56 +0000

author
Matthew Luckie
date
Thu, 17 Jul 2003 04:37:56 +0000
changeset 6170
19976e14da97
parent 6169
d23c0f0228ae
child 6171
42761feaaee7

[gaim-migrate @ 6655]
fix compile on freebsd as per patch 772749 from Matthew Luckie (matthewluckie)

committer: Luke Schierer <lschiere@pidgin.im>

src/internal.h file | annotate | diff | comparison | revisions
--- a/src/internal.h	Thu Jul 17 03:35:38 2003 +0000
+++ b/src/internal.h	Thu Jul 17 04:37:56 2003 +0000
@@ -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>

mercurial