X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fconfigurator%2Fconfigurator.c;h=5ba8cb0bb0c780a54849a8137187d22b647a62da;hb=7471ecd79174306ee976a4ecc09cc2b9ebb4b501;hp=bbf7259e6b9306010b99113c98548621f33e2891;hpb=d61a0d6c2c9d2b385075338665d64ae1d1bbe3dc;p=ccan diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index bbf7259e..5ba8cb0b 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -249,6 +249,8 @@ static struct test tests[] = { "return ({ int x = argc; x == argc ? 0 : 1; });" }, { "HAVE_SYS_FILIO_H", OUTSIDE_MAIN, NULL, NULL, /* Solaris needs this for FIONREAD */ "#include \n" }, + { "HAVE_SYS_TERMIOS_H", OUTSIDE_MAIN, NULL, NULL, + "#include \n" }, { "HAVE_TYPEOF", INSIDE_MAIN, NULL, NULL, "__typeof__(argc) i; i = argc; return i == argc ? 0 : 1;" }, { "HAVE_UTIME", DEFINES_FUNC, NULL, NULL,