Thu, 17 Jul 2003 04:37:56 +0000
[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>