summaryrefslogtreecommitdiff
path: root/user/xfce4-docklike-plugin/xfce4-docklike-plugin-0.4.0-fix-missing-include.patch
blob: 8437b494748e5d172e9925d4d19b95ab16a4a20f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nurd xfce4-docklike-plugin-0.4.0/src/Helpers.hpp xfce4-docklike-plugin-0.4.0.new/src/Helpers.hpp
--- xfce4-docklike-plugin-0.4.0/src/Helpers.hpp	2021-07-27 03:48:58.000000000 +0000
+++ xfce4-docklike-plugin-0.4.0.new/src/Helpers.hpp	2022-06-13 23:22:13.807662271 +0000
@@ -19,6 +19,8 @@
 #include <string>
 #include <vector>
 
+#include <libgen.h>
+
 namespace Help
 {
 	namespace String