fix musl compatibility
[project/librpc-uclibc.git] / svc_tcp.c
index 363f20315be33f9351e48e83f351edb0d41211ec..75ada0f5758309de6f69da9ebcf181c2d66caac0 100644 (file)
--- a/svc_tcp.c
+++ b/svc_tcp.c
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
 #include <string.h>
 #include <rpc/rpc.h>
 #include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <errno.h>
 #include <stdlib.h>