Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 14385
Collapse All | Expand All

(-)mod_perl-1.99_07/lib/ModPerl/Code.orig.pm (+3 lines)
Lines 638-643 Link Here
638
        push @preamble, "#ifndef $d\n#define $d\n";
638
        push @preamble, "#ifndef $d\n#define $d\n";
639
        push @{ $self->{postamble}->{$name} }, "\n#endif /* $d */\n";
639
        push @{ $self->{postamble}->{$name} }, "\n#endif /* $d */\n";
640
    }
640
    }
641
    elsif ($name =~ /modperl_constants\.c/) {
642
        push @preamble, qq{\#include "mod_perl.h"\n\#include <apr_poll.h>\n\n};
643
    }
641
    elsif ($name =~ /\.c/) {
644
    elsif ($name =~ /\.c/) {
642
        push @preamble, qq{\#include "mod_perl.h"\n\n};
645
        push @preamble, qq{\#include "mod_perl.h"\n\n};
643
    }
646
    }

Return to bug 14385