diff src/sysproc.h @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 376386a54a3c
children 41ff10fd062f
line wrap: on
line diff
--- a/src/sysproc.h	Mon Aug 13 09:13:58 2007 +0200
+++ b/src/sysproc.h	Mon Aug 13 09:15:11 2007 +0200
@@ -26,7 +26,9 @@
 
 #include "systime.h" /* necessary for sys/resource.h; also gets the
 			FD_* defines on some systems. */
+#ifndef WINDOWSNT
 #include <sys/resource.h>
+#endif
 
 #if !defined (NO_SUBPROCESSES)