patches/gobby-01-prototype.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 18110 93461edb1490
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- gobby-0.4.6.orig/src/main.cpp	2007年  6月 15日 五 17:52:32
+++ gobby-0.4.6/src/main.cpp	2007年  8月 17日 五 22:07:41
@@ -17,6 +17,7 @@
  */
 
 #include <iostream>
+#include <locale.h>
 #include <gtkmm/main.h>
 #include <gtkmm/messagedialog.h>
 #include <glibmm/optionentry.h>