/[fgs]/fgs/src/network.c
ViewVC logotype

Diff of /fgs/src/network.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tps12, Sat Aug 23 00:03:53 2003 UTC revision 1.5 by dougm, Sat Sep 6 22:47:31 2003 UTC
# Line 22  Line 22 
22  */  */
23    
24    
25    #ifndef DARWIN
26  #include <sys/select.h>  #include <sys/select.h>
27    #endif
28  #include "stdinclude.h"  #include "stdinclude.h"
29  #include <sys/time.h>  #include <sys/time.h>
30  #include <sys/types.h>  #include <sys/types.h>
# Line 33  Line 33 
33  #include <stdlib.h>  #include <stdlib.h>
34  #include <stdio.h>  #include <stdio.h>
35  #include <string.h>  #include <string.h>
36    #ifdef DARWIN
37    #define _BSD_SOCKLEN_T_
38    #endif
39  #include <sys/socket.h>  #include <sys/socket.h>
40  #include <netinet/in.h>  #include <netinet/in.h>
41  #include <arpa/inet.h>  #include <arpa/inet.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26