fix musl compatibility
[project/librpc-uclibc.git] / rpc / compat.h
index de8b497c9d9fc02b78136079521c8a2741d1964e..b49fe770b4cd3704773a4060454a694b1dee6de4 100644 (file)
@@ -11,7 +11,7 @@
 #define __UCLIBC_HAS_THREADS__
 #endif
 
-#include <sys/poll.h>
+#include <poll.h>
 #include <pthread.h>
 
 #ifdef __UCLIBC__