comparison src/sysproc.h @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 1d62742628b6
comparison
equal deleted inserted replaced
273:411aac7253ef 274:ca9a9ec9c1c1
31 #endif 31 #endif
32 32
33 #if !defined (NO_SUBPROCESSES) 33 #if !defined (NO_SUBPROCESSES)
34 34
35 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */ 35 #ifdef HAVE_SOCKETS /* TCP connection support, if kernel can do it */
36 # include <sys/types.h> /* AJK */
36 # include <sys/socket.h> 37 # include <sys/socket.h>
37 # include <netdb.h> 38 # include <netdb.h>
38 # include <netinet/in.h> 39 # include <netinet/in.h>
39 # include <arpa/inet.h> 40 # include <arpa/inet.h>
40 #ifdef NEED_NET_ERRNO_H 41 #ifdef NEED_NET_ERRNO_H