summaryrefslogtreecommitdiffstats
path: root/wm-addons/idesk/stat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/idesk/stat.patch')
-rw-r--r--wm-addons/idesk/stat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wm-addons/idesk/stat.patch b/wm-addons/idesk/stat.patch
new file mode 100644
index 0000000000..0d973a3ff3
--- /dev/null
+++ b/wm-addons/idesk/stat.patch
@@ -0,0 +1,11 @@
+--- src/DesktopConfig.h.orig 2005-08-27 04:52:56.000000000 -0400
++++ src/DesktopConfig.h 2018-06-10 10:32:47.377993916 -0400
+@@ -29,6 +29,8 @@
+ #include "Database.h"
+ #include "DesktopIconConfig.h"
+ #include <dirent.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+
+ class DesktopConfig : public AbstractConfig
+ {