diff options
author | Rob Landley <rob@landley.net> | 2008-11-15 05:17:23 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-11-15 05:17:23 -0600 |
commit | ae2e4b743aee024f61793cc66ecf2be2115da250 (patch) | |
tree | 8187fbc41e368113c226ea4b126dac4a457c2f22 /toys.h | |
parent | b5d557f0860766bbe89854241e07ff6ec1a2e39a (diff) | |
download | toybox-ae2e4b743aee024f61793cc66ecf2be2115da250.tar.gz |
Add netcat server mode, -l, -L, and -t.
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |