diff options
author | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-12-05 20:14:42 +0000 |
---|---|---|
committer | Alexandre C. GuimarĂ£es <rigoletto@FreeBSD.org> | 2020-12-05 20:14:42 +0000 |
commit | 9c4c43ddb6b15564ce85c15ecafde5df81297f74 (patch) | |
tree | 4fab780a98a795bdaeda289641572411f2770731 /x11/polybar/files/patch-include_common.hpp | |
parent | Move devel/py-readme_renderer to devel/py-readme-renderer (diff) |
x11/polybar: Update to 3.5.0
Relnotes: https://github.com/polybar/polybar/releases/tag/3.5.0
Notes
Notes:
svn path=/head/; revision=557079
Diffstat (limited to 'x11/polybar/files/patch-include_common.hpp')
-rw-r--r-- | x11/polybar/files/patch-include_common.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/polybar/files/patch-include_common.hpp b/x11/polybar/files/patch-include_common.hpp new file mode 100644 index 000000000000..fe04eb492818 --- /dev/null +++ b/x11/polybar/files/patch-include_common.hpp @@ -0,0 +1,12 @@ +--- include/common.hpp.orig 2020-12-02 17:15:49 UTC ++++ include/common.hpp +@@ -5,6 +5,9 @@ + #include <vector> + #include <functional> + ++#include <sys/types.h> ++#include <unistd.h> ++ + #include "settings.hpp" + + #define POLYBAR_NS \ |