copyright statements
[apps/madtty.git] / demo / boxshell.c
index 4ce2257..e0040a5 100644 (file)
@@ -7,9 +7,10 @@
 
 #include <ncurses.h>
 #include <stdio.h>
-#include <rote/rote.h>
 #include <signal.h>
 
+#include <madtty/madtty.h>
+
 static unsigned char getout = 0;
 void sigchld(int signo) { getout = 1; }
 int my_custom_handler(RoteTerm *rt, const char *es);