diff src/util.c @ 5084:a96653493416

[gaim-migrate @ 5439] Fixed warnings (win32) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 08 Apr 2003 18:36:50 +0000
parents 19814ecb23e0
children 89c0c811befa
line wrap: on
line diff
--- a/src/util.c	Tue Apr 08 14:31:19 2003 +0000
+++ b/src/util.c	Tue Apr 08 18:36:50 2003 +0000
@@ -47,10 +47,10 @@
 #include "prpl.h"
 #include "gtklist.h"
 
+#ifndef _WIN32
 #include <sys/socket.h>
 #include <arpa/inet.h>
-
-#ifdef _WIN32
+#else
 #include "win32dep.h"
 #endif