[yast-commit] r41238 - in /trunk/perl-bindings: VERSION package/yast2-perl-bindings.changes src/YPerl.cc
Author: mvidner Date: Wed Oct 3 16:37:57 2007 New Revision: 41238 URL: http://svn.opensuse.org/viewcvs/yast?rev=41238&view=rev Log: Fixed compilation errors with GCC 4.3 by adding missing includes. Modified: trunk/perl-bindings/VERSION trunk/perl-bindings/package/yast2-perl-bindings.changes trunk/perl-bindings/src/YPerl.cc Modified: trunk/perl-bindings/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/perl-bindings/VERSION?rev=41238&r1=41237&r2=41238&view=diff ============================================================================== --- trunk/perl-bindings/VERSION (original) +++ trunk/perl-bindings/VERSION Wed Oct 3 16:37:57 2007 @@ -1 +1 @@ -2.15.3 +2.16.0 Modified: trunk/perl-bindings/package/yast2-perl-bindings.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/perl-bindings/package/yast2-perl-bindings.changes?rev=41238&r1=41237&r2=41238&view=diff ============================================================================== --- trunk/perl-bindings/package/yast2-perl-bindings.changes (original) +++ trunk/perl-bindings/package/yast2-perl-bindings.changes Wed Oct 3 16:37:57 2007 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Oct 3 16:37:46 CEST 2007 - mvidner@suse.cz + +- Fixed compilation errors with GCC 4.3 by adding missing includes. +- 2.16.0 + +------------------------------------------------------------------- Wed Aug 15 18:36:43 CEST 2007 - mvidner@suse.cz - UI from Perl: added examples and helper functions (F#120292). Modified: trunk/perl-bindings/src/YPerl.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/perl-bindings/src/YPerl.cc?rev=41238&r1=41237&r2=41238&view=diff ============================================================================== --- trunk/perl-bindings/src/YPerl.cc (original) +++ trunk/perl-bindings/src/YPerl.cc Wed Oct 3 16:37:57 2007 @@ -25,6 +25,7 @@ #include <iosfwd> #include <sstream> #include <iomanip> +#include <limits> // Perl stuff #define PERL_NO_GET_CONTEXT /* we want efficiency, man perlguts */ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mvidner@svn.opensuse.org