<div dir="ltr">I merged all the pending 'include'-related patches.<div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 22, 2016 at 12:01 AM, Xose Vazquez Perez <span dir="ltr"><<a href="mailto:xose.vazquez@gmail.com" target="_blank">xose.vazquez@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The standard place of wait.h is under /usr/include/sys/<br>
Spotted by musl libc.<br>
<br>
Cc: Christophe Varoqui <<a href="mailto:christophe.varoqui@opensvc.com">christophe.varoqui@opensvc.com</a>><br>
Cc: device-mapper development <<a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a>><br>
Signed-off-by: Xose Vazquez Perez <<a href="mailto:xose.vazquez@gmail.com">xose.vazquez@gmail.com</a>><br>
---<br>
 multipathd/main.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/multipathd/main.c b/multipathd/main.c<br>
index 1799cbe..337ec87 100644<br>
--- a/multipathd/main.c<br>
+++ b/multipathd/main.c<br>
@@ -7,7 +7,7 @@<br>
 #include <unistd.h><br>
 #include <sys/stat.h><br>
 #include <libdevmapper.h><br>
-#include <wait.h><br>
+#include <sys/wait.h><br>
 #include <sys/mman.h><br>
 #include <sys/types.h><br>
 #include <fcntl.h><br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
</font></span></blockquote></div><br></div>