summaryrefslogtreecommitdiff
path: root/x11/polybar/files/patch-include_common.hpp
blob: fe04eb492818317adb43ad533a06b6932148887c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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    \