mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
13 lines
235 B
Diff
13 lines
235 B
Diff
Fix poll.h warning on musl
|
|
|
|
--- include/utils/inotify.hpp.orig
|
|
+++ include/utils/inotify.hpp
|
|
@@ -1,7 +1,7 @@
|
|
#pragma once
|
|
|
|
#include <sys/inotify.h>
|
|
-#include <sys/poll.h>
|
|
+#include <poll.h>
|
|
#include <cstdio>
|
|
|
|
#include "common.hpp"
|