diff options
Diffstat (limited to 'graphics/gimmage/files/patch-src__FileManager.cpp')
-rw-r--r-- | graphics/gimmage/files/patch-src__FileManager.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gimmage/files/patch-src__FileManager.cpp b/graphics/gimmage/files/patch-src__FileManager.cpp new file mode 100644 index 000000000000..e66585475d70 --- /dev/null +++ b/graphics/gimmage/files/patch-src__FileManager.cpp @@ -0,0 +1,15 @@ +--- ./src/FileManager.cpp.orig Sun Jun 10 01:55:51 2007 ++++ ./src/FileManager.cpp Sun Jun 10 01:56:13 2007 +@@ -20,10 +20,12 @@ + // gimmage: FileManager.cpp + #include "FileManager.h" + #include "defines.h" ++#define get_current_dir_name() getcwd(NULL, PATH_MAX) + + #include "../config.h" + + extern "C" { ++#include <libintl.h> + #include <string.h> + #include <unistd.h> + } |