* tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish system. Without this you'll get a build failure in gdbtk.c because it includes stdarg.h but tui.h includes varargs.h; gdbtk.c tries to use va_start and things die.