X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=demo%2Fboxshell.c;h=e0040a5ae76460a4cd1a72e85d6ed51829f1e107;hb=0ea862e426edf62d5ee05178d8709a67ab316145;hp=4ce22574efd56d8292cdb677ac6b2b358ea21662;hpb=93c516d8991c4b6935fc03a24317ea0785e78a93;p=apps%2Fmadtty.git diff --git a/demo/boxshell.c b/demo/boxshell.c index 4ce2257..e0040a5 100644 --- a/demo/boxshell.c +++ b/demo/boxshell.c @@ -7,9 +7,10 @@ #include #include -#include #include +#include + static unsigned char getout = 0; void sigchld(int signo) { getout = 1; } int my_custom_handler(RoteTerm *rt, const char *es);