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

(-)a/configure (+3 lines)
Lines 19586-19591 else Link Here
19586
/* end confdefs.h.  */
19586
/* end confdefs.h.  */
19587
19587
19588
                  #include <stdio.h>
19588
                  #include <stdio.h>
19589
                  #include <stdlib.h>
19589
19590
19590
                  int main()
19591
                  int main()
19591
                  {
19592
                  {
Lines 22300-22305 else Link Here
22300
22301
22301
                        #include <zlib.h>
22302
                        #include <zlib.h>
22302
                        #include <stdio.h>
22303
                        #include <stdio.h>
22304
                        #include <stdlib.h>
22303
22305
22304
                        int main()
22306
                        int main()
22305
                        {
22307
                        {
Lines 22422-22427 else Link Here
22422
22424
22423
                    #include <png.h>
22425
                    #include <png.h>
22424
                    #include <stdio.h>
22426
                    #include <stdio.h>
22427
                    #include <stdlib.h>
22425
22428
22426
                    int main()
22429
                    int main()
22427
                    {
22430
                    {
(-)a/configure.in (+3 lines)
Lines 1482-1487 case "${host}" in Link Here
1482
              dnl Check the gcc version macro.
1482
              dnl Check the gcc version macro.
1483
              [
1483
              [
1484
                  #include <stdio.h>
1484
                  #include <stdio.h>
1485
                  #include <stdlib.h>
1485
1486
1486
                  int main()
1487
                  int main()
1487
                  {
1488
                  {
Lines 2439-2444 if test "$wxUSE_ZLIB" != "no" ; then Link Here
2439
                    [
2440
                    [
2440
                        #include <zlib.h>
2441
                        #include <zlib.h>
2441
                        #include <stdio.h>
2442
                        #include <stdio.h>
2443
                        #include <stdlib.h>
2442
2444
2443
                        int main()
2445
                        int main()
2444
                        {
2446
                        {
Lines 2507-2512 if test "$wxUSE_LIBPNG" != "no" ; then Link Here
2507
                [
2509
                [
2508
                    #include <png.h>
2510
                    #include <png.h>
2509
                    #include <stdio.h>
2511
                    #include <stdio.h>
2512
                    #include <stdlib.h>
2510
2513
2511
                    int main()
2514
                    int main()
2512
                    {
2515
                    {

Return to bug 874441