diff --git a/example/sftp_write_nonblock.c b/example/sftp_write_nonblock.c index 2e4d1db0..da20a2ca 100644 --- a/example/sftp_write_nonblock.c +++ b/example/sftp_write_nonblock.c @@ -22,6 +22,9 @@ #ifdef HAVE_NETINET_IN_H # include #endif +#ifdef HAVE_SYS_SELECT_H +# include +#endif # ifdef HAVE_UNISTD_H #include #endif