fix(build): Include poll.h instead of sys/poll.h

- Include <poll.h> to get rid of musl warnings
This commit is contained in:
Michael Carlberg
2016-11-12 15:36:22 +01:00
parent fe1d0579ec
commit 3edd33be99
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#include <sys/wait.h>
#include <csignal>
#include "utils/command.hpp"