You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch

18 lines
544 B

Fixes build with glibc-2.12
http://bugs.gentoo.org/333515
https://bugs.launchpad.net/ubuntu/+source/idesk/+bug/592602
Patch written by Bhavani Shankar <bhavi@ubuntu.com>
--- idesk-0.7.5/src/DesktopConfig.cpp
+++ idesk-0.7.5/src/DesktopConfig.cpp
@@ -24,6 +24,8 @@
#include "DesktopConfig.h"
#include "Util.h"
+#include <sys/types.h> // For stat()
+#include <sys/stat.h> // For stat()
//the initilizer list just sets the program defaults for non-necessary options
DesktopConfig::DesktopConfig(Database db, string ideskrcFile) :