diff options
Diffstat (limited to 'x11/zenity/files')
-rw-r--r-- | x11/zenity/files/patch-src_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/zenity/files/patch-src_main.c b/x11/zenity/files/patch-src_main.c new file mode 100644 index 000000000..e382df057 --- /dev/null +++ b/x11/zenity/files/patch-src_main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig Mon Aug 25 02:53:00 2003 ++++ src/main.c Mon Aug 25 02:53:31 2003 +@@ -25,6 +25,7 @@ + #include "zenity.h" + #include <stdlib.h> + #include <popt.h> ++#include <locale.h> + #include <langinfo.h> + + typedef enum { |