diff --git a/example/scp_write_nonblock.c b/example/scp_write_nonblock.c index 91209bc..0d59ef6 100644 --- a/example/scp_write_nonblock.c +++ b/example/scp_write_nonblock.c @@ -17,6 +17,9 @@ #ifdef HAVE_NETINET_IN_H # include #endif +#ifdef HAVE_SYS_SELECT_H +# include +#endif # ifdef HAVE_UNISTD_H #include #endif