/[pengfork]/pengfork/src/p3/in.c
ViewVC logotype

Diff of /pengfork/src/p3/in.c

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

revision 1.9 by chupa, Thu Dec 5 00:12:16 2002 UTC revision 1.10 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 20  Line 20 
20   *                   *                
21   */   */
22    
23  #include "config.h"  #if HAVE_CONFIG_H
24    # include "config.h"
25  #include <sys/types.h>  #endif
26  #include <netinet/in.h>  
27  #include <stdlib.h>  #if STDC_HEADERS
28    # include <stdlib.h>
29    # include <stddef.h>
30    #else
31    # if HAVE_STDLIB_H
32    #  include <stdlib.h>
33    # endif
34    #endif
35    #if HAVE_SYS_TYPES_H
36    # include <sys/types.h>
37    #endif
38    #if HAVE_NETINET_IN_H
39    # include <netinet/in.h>
40    #endif
41    
42  #include "gettext.h"  #include "gettext.h"
43  #include "buffer.h"  #include "buffer.h"
# Line 36  Line 49 
49  #include "p3/check.h"  #include "p3/check.h"
50  #include "p3/out.h"  #include "p3/out.h"
51  #include "p3/ack.h"  #include "p3/ack.h"
   
52  #include "p3/in.h"  #include "p3/in.h"
53    
54    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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