mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
Changelog: https://github.com/polybar/polybar/releases/tag/3.7.0 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D42529
12 lines
250 B
C++
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 {
|