fix musl compatibility
[project/librpc-uclibc.git] / clnt_udp.c
index fe8b7f8..aa57ad0 100644 (file)
@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro";
 #include <rpc/rpc.h>
 #include <rpc/xdr.h>
 #include <rpc/clnt.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <netdb.h>