Hi,
for NetWare platform I need to include some additional
headers:
--- src/sqsh_config.h.orig Thu Dec 02 15:21:36 2004
+++ src/sqsh_config.h Mon Nov 21 17:43:48 2005
@@ -229,6 +229,14 @@
#include <sys/param.h>
#endif
+#if defined(HAVE_SYS_SELECT_H)
+#include <sys/select.h>
+#endif
+
+#if defined(HAVE_SYS_WAIT_H)
+#include <sys/wait.h>
+#endif
+
/*
* SQSH_MAXPATH is to contain the maximum length of a
file that we
* can deal with. First, we try to define it in terms
of MAXPATHLEN,
thanks, Guenter.