Mercurial > pidgin
changeset 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 | 0a210d84d9d7 |
children | 4cbf448d12eb |
files | src/internal.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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>