File xvt-fix_missing_includes.patch of Package xvt
--- screen.c.orig 2011-10-22 11:36:07.380000421 +0200 +++ screen.c 2011-10-22 11:36:31.402000418 +0200 @@ -36,6 +36,7 @@ #include <string.h> #include <ctype.h> #include <unistd.h> +#include <time.h> #include "xvt.h" #include "screen.h" #include "command.h" --- ttyinit.c.orig 2011-10-22 11:36:33.703000422 +0200 +++ ttyinit.c 2011-10-22 11:38:03.661000419 +0200 @@ -46,6 +46,8 @@ #include <pwd.h> #include <errno.h> #include <string.h> +#include <pty.h> +#include <sys/stat.h> #include "xvt.h" #include "token.h" #include "command.h"