diff 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
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 10:28:54 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 10:29:42 2007 +0200
@@ -33,6 +33,7 @@
 #if !defined (NO_SUBPROCESSES)
 
 #ifdef HAVE_SOCKETS	/* TCP connection support, if kernel can do it */
+# include <sys/types.h>  /* AJK */
 # include <sys/socket.h>
 # include <netdb.h>
 # include <netinet/in.h>