diff options
Diffstat (limited to 'community/gimmage/gimmage-0.2.3-gcc47.patch')
-rw-r--r-- | community/gimmage/gimmage-0.2.3-gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gimmage/gimmage-0.2.3-gcc47.patch b/community/gimmage/gimmage-0.2.3-gcc47.patch new file mode 100644 index 000000000..72f53396f --- /dev/null +++ b/community/gimmage/gimmage-0.2.3-gcc47.patch @@ -0,0 +1,11 @@ +--- gimmage-0.2.3.orig/src/FileManager.cpp 2007-06-26 15:51:15.000000000 +0200 ++++ gimmage-0.2.3/src/FileManager.cpp 2008-02-16 13:58:34.000000000 +0100 +@@ -21,6 +21,8 @@ + + // we make extensive use of get_current_dir_name() from Glib + ++#include <unistd.h> ++ + #include "FileManager.h" + #include "defines.h" + |