We do not have poll.h and since struct pollfd etc. pp is defined in sys/poll.h we use it instead. +++ src/noux-pkg/openssh/monitor_fdpass.c @@ -36,6 +36,10 @@ #include #ifdef HAVE_POLL_H #include +#else +# ifdef HAVE_SYS_POLL_H +# include +# endif #endif #include #include