fix musl compatibility
[project/librpc-uclibc.git] / clnt_tcp.c
index d01fc80d5dba8d8f8f1729d0f03b33c14a931062..17d695333755b8ace9b5a2ee0016ec26945a1277 100644 (file)
@@ -58,7 +58,7 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";
 #include <stdio.h>
 #include <unistd.h>
 #include <rpc/rpc.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/socket.h>
 #include <rpc/pmap_clnt.h>
 #ifdef USE_IN_LIBIO