Add netcat server mode, -l, -L, and -t.
diff --git a/toys.h b/toys.h
index 14c6cf2..1896361 100644
--- a/toys.h
+++ b/toys.h
@@ -17,6 +17,7 @@
 #include <grp.h>
 #include <inttypes.h>
 #include <limits.h>
+#include <pty.h>
 #include <pwd.h>
 #include <setjmp.h>
 #include <stdarg.h>