diff options
Diffstat (limited to 'x11-fm/jaffm/files/patch-filehandler.cpp')
-rw-r--r-- | x11-fm/jaffm/files/patch-filehandler.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-fm/jaffm/files/patch-filehandler.cpp b/x11-fm/jaffm/files/patch-filehandler.cpp new file mode 100644 index 000000000000..fdb581e5f0ae --- /dev/null +++ b/x11-fm/jaffm/files/patch-filehandler.cpp @@ -0,0 +1,14 @@ +--- filehandler.cpp.orig Sat Sep 17 17:28:48 2005 ++++ filehandler.cpp Sun May 21 20:00:02 2006 +@@ -1,5 +1,11 @@ + #include "filehandler.h" ++#include <stdio.h> ++#include <unistd.h> + #include <sys/stat.h> ++ ++#ifndef X_OK ++#define X_OK 0x01 ++#endif + + bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination) + { |