Fix some problems revealed by GCC 4.3. diff -x config.log -x config.status -ru tmp/indent-2.2.9/man/texinfo2man.c work/indent-2.2.9/man/texinfo2man.c --- tmp/indent-2.2.9/man/texinfo2man.c 2002-01-17 19:28:51.000000000 +0000 +++ work/indent-2.2.9/man/texinfo2man.c 2009-02-10 22:04:22.000000000 +0000 @@ -2,6 +2,7 @@ #include #include #include +#include /* texinfo2man. * Convert a texinfo document to man format. diff -x config.log -x config.status -ru tmp/indent-2.2.9/src/indent.h work/indent-2.2.9/src/indent.h --- tmp/indent-2.2.9/src/indent.h 2002-11-10 21:02:48.000000000 +0000 +++ work/indent-2.2.9/src/indent.h 2009-02-10 22:04:27.000000000 +0000 @@ -96,10 +96,6 @@ /* Size of the input program, not including the ' \n\0' we add at the end */ extern unsigned long in_prog_size; -/* The output file. */ -extern FILE *output; - - extern char *labbuf; /* buffer for label */ extern char *s_lab; /* start ... */ diff -x config.log -x config.status -ru tmp/indent-2.2.9/src/output.c work/indent-2.2.9/src/output.c --- tmp/indent-2.2.9/src/output.c 2002-12-12 17:36:49.000000000 +0000 +++ work/indent-2.2.9/src/output.c 2009-02-10 22:04:34.000000000 +0000 @@ -15,6 +15,7 @@ #include #include #include +#include #include "indent.h" #include "sys.h"