X-Git-Url: http://git.madism.org/?p=apps%2Fmadtty.git;a=blobdiff_plain;f=demo%2Fboxshell.c;fp=demo%2Fboxshell.c;h=e0040a5ae76460a4cd1a72e85d6ed51829f1e107;hp=4ce22574efd56d8292cdb677ac6b2b358ea21662;hb=8ae25c5388a9b4c1f201ef3463967635d387ea92;hpb=8e5831e371def4903b232c4e91962d2053cc6ce1 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);