diff src/protocols/bonjour/jabber.c @ 11688:1fd2a974379f

[gaim-migrate @ 13974] This stuff theoretically should work on win32 now. I'm not particularly happy with my howl binary, so I'll keep it to myself for now. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 17 Oct 2005 21:47:15 +0000
parents 5a2c38d33eb4
children b91a84e7cbcb
line wrap: on
line diff
--- a/src/protocols/bonjour/jabber.c	Mon Oct 17 21:12:56 2005 +0000
+++ b/src/protocols/bonjour/jabber.c	Mon Oct 17 21:47:15 2005 +0000
@@ -19,11 +19,14 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-
+#ifndef _WIN32
 #include <sys/socket.h>
-#include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#else
+#include "libc_interface.h"
+#endif
+#include <sys/types.h>
 #include <glib.h>
 #include <glib/gprintf.h>
 #include <unistd.h>