1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 04:30:37 -04:00
ports/x11/polybar/files/patch-include_common.hpp
Joel Bodenmann 468f1ec759 x11/polybar: Update to 3.7.0
Changelog: https://github.com/polybar/polybar/releases/tag/3.7.0

Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D42529
2023-11-13 21:55:13 +01:00

12 lines
250 B
C++

--- include/common.hpp.orig 2023-11-05 22:37:13 UTC
+++ include/common.hpp
@@ -6,6 +6,9 @@
#include <type_traits>
#include <vector>
+#include <sys/types.h>
+#include <unistd.h>
+
#include "settings.hpp"
#define POLYBAR_NS namespace polybar {