diff libpurple/protocols/gg/lib/http.c @ 32072:3a90a59ddea2

Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk. Fixes 14248
author Ethan Blanton <elb@pidgin.im>
date Sun, 05 Jun 2011 01:28:53 +0000
parents 93b08d43f684
children 380f530c3f86 ef01f180114b
line wrap: on
line diff
--- a/libpurple/protocols/gg/lib/http.c	Tue May 24 01:48:26 2011 +0000
+++ b/libpurple/protocols/gg/lib/http.c	Sun Jun 05 01:28:53 2011 +0000
@@ -24,25 +24,22 @@
  * \brief Obsługa połączeń HTTP
  */
 
-#include "libgadu.h"
-
 #include <sys/types.h>
-
 #ifndef _WIN32
 #  include <sys/socket.h>
 #  include <netinet/in.h>
 #  include <arpa/inet.h>
 #endif
 
+#include "compat.h"
+#include "libgadu.h"
 #include "resolver.h"
 
 #include <ctype.h>
 #include <errno.h>
-
 #ifndef _WIN32
 #  include <netdb.h>
 #endif
-
 #include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>