mirror of
https://github.com/polybar/polybar.git
synced 2026-02-15 16:25:39 +00:00
fix(build): Include poll.h instead of sys/poll.h
- Include <poll.h> to get rid of musl warnings
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#include <sys/wait.h>
|
||||
#include <csignal>
|
||||
|
||||
#include "utils/command.hpp"
|
||||
|
||||
Reference in New Issue
Block a user