diff packages/net/common/current/tests/multi_lo_select.c @ 358:ff7641b16d2a

* tests/multi_lo_select.c: Need the io_fileio.h header file * tests/tcp_echo.c: (max): definition clashes with the one in the header file lib/libkern/libkern.h
author asl
date Sun, 06 Oct 2002 13:07:53 +0000
parents e0c0827131d1
children 03eae11c9443
line wrap: on
line diff
--- a/packages/net/common/current/tests/multi_lo_select.c
+++ b/packages/net/common/current/tests/multi_lo_select.c
@@ -87,6 +87,7 @@
 #define NLISTENERS (CYGPKG_IO_NFILE/3)
 #endif
 #else
+#include <pkgconf/io_fileio.h>
 #if CYGNUM_FILEIO_NFD > 30
 #define NLISTENERS 10
 #else