# HG changeset patch # User diego # Date 1216109888 0 # Node ID 93503c403d56246203822f2cecdca76aeeedc98a # Parent dcf62171257b423d23d7d52798dceda19b75374e Add missing headers to configure checks. diff -r dcf62171257b -r 93503c403d56 configure --- a/configure Tue Jul 15 00:21:32 2008 +0000 +++ b/configure Tue Jul 15 08:18:08 2008 +0000 @@ -1573,6 +1573,7 @@ if test "$1" = kernel_check ; then echocheck "kernel support of $2" cat > $TMPC < #include void catch() { exit(1); } int main(void) { @@ -3283,6 +3284,7 @@ echocheck "termcap" if test "$_termcap" = auto ; then cat > $TMPC < int main(void) { tgetent(); return 0; } EOF _termcap=no @@ -5586,6 +5588,7 @@ if test "$_fontconfig" = auto ; then cat > $TMPC << EOF #include +#include #include int main(void) { int err = FcInit();