]> andersk Git - libfaim.git/commitdiff
Ooops.
authormid <mid>
Tue, 5 Sep 2000 04:24:07 +0000 (04:24 +0000)
committermid <mid>
Tue, 5 Sep 2000 04:24:07 +0000 (04:24 +0000)
aim_conn.c
aim_ft.c

index edf61648c7d9dff3beb5673f96baa2965a28b09f..16ab711c5be8bac8e2e7f7bec093ff5f61cfbcd4 100644 (file)
@@ -8,9 +8,11 @@
 
 #include <faim/aim.h> 
 
+#ifndef _WIN32
 #include <netdb.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#endif
 
 /*
  * Clears out connection list, killing remaining connections.
index d475078f662eb2a2bb36fce988f76de11ecc34a7..26918e0ed1996f0004f2cd00491aa3d5509a0e65 100644 (file)
--- a/aim_ft.c
+++ b/aim_ft.c
@@ -707,7 +707,6 @@ faim_internal int aim_listenestablish(u_short portnum)
   }
 
   return listenfd;
-}
 #endif
 }
 
This page took 0.044056 seconds and 5 git commands to generate.