ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/libproxy proxy.c,1.1.1.1,1.2


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/libproxy proxy.c,1.1.1.1,1.2
Date: Wed, 01 Jan 2003 12:32:45 -0500

Update of /cvsroot/ayttm/ayttm/libproxy
In directory subversions:/tmp/cvs-serv21816/libproxy

Modified Files:
        proxy.c 
Log Message:
more include fixes


Index: proxy.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/libproxy/proxy.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- proxy.c     23 Dec 2002 22:04:29 -0000      1.1.1.1
+++ proxy.c     1 Jan 2003 17:32:43 -0000       1.2
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
+
 #ifdef __MINGW32__
 #define sleep(a)       Sleep(a)
 #define bcopy(a,b,c)  memcpy(b,a,c)
@@ -37,17 +38,11 @@
 #include <sys/socket.h>
 #include <netdb.h>
 #include <netinet/in.h>
-#endif
-#include <glib.h>
-#ifndef __MINGW32__
 #include <arpa/inet.h>
 #endif
+
+#include <glib.h>
 #include <unistd.h>
-#ifndef __MINGW32__
-#include <netdb.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#endif
 
 #include "config.h"
 #include "libproxy.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]