summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2007-05-29 20:48:45 +0000
committerRémi Cardona <remi@gentoo.org>2007-05-29 20:48:45 +0000
commitbbb50a7d67329c24c41dab38c219fa0e85f2ec9b (patch)
tree5bad8b37d45be49fbfd25c4710fd0644795193e3 /gnome-base/gnome-mount/files
parentalpha stable wrt #175560 (diff)
downloadgentoo-2-bbb50a7d67329c24c41dab38c219fa0e85f2ec9b.tar.gz
gentoo-2-bbb50a7d67329c24c41dab38c219fa0e85f2ec9b.tar.bz2
gentoo-2-bbb50a7d67329c24c41dab38c219fa0e85f2ec9b.zip
gnome-base/gnome-mount: add #include <locale.h> to fix bug #176035
(Portage version: 2.1.2.7)
Diffstat (limited to 'gnome-base/gnome-mount/files')
-rw-r--r--gnome-base/gnome-mount/files/gnome-mount-0.6-include-locale-h.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnome-base/gnome-mount/files/gnome-mount-0.6-include-locale-h.patch b/gnome-base/gnome-mount/files/gnome-mount-0.6-include-locale-h.patch
new file mode 100644
index 000000000000..25252ca5dfd8
--- /dev/null
+++ b/gnome-base/gnome-mount/files/gnome-mount-0.6-include-locale-h.patch
@@ -0,0 +1,10 @@
+--- src/gnome-mount.c 2007-05-29 22:28:51.000000000 +0200
++++ src/gnome-mount.c 2007-05-29 21:15:55.000000000 +0200
+@@ -25,6 +25,7 @@
+ #endif
+
+ #include <unistd.h>
++#include <locale.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>