Mercurial > pidgin
diff src/internal.h @ 6170:66ab9c9b3524
[gaim-migrate @ 6655]
fix compile on freebsd as per patch 772749 from Matthew Luckie (matthewluckie)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Thu, 17 Jul 2003 04:37:56 +0000 |
| parents | 7cce6643c51e |
| children | 8f94cce8faa5 |
line wrap: on
line diff
--- 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>
