aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-11-15 05:17:23 -0600
committerRob Landley <rob@landley.net>2008-11-15 05:17:23 -0600
commitae2e4b743aee024f61793cc66ecf2be2115da250 (patch)
tree8187fbc41e368113c226ea4b126dac4a457c2f22 /toys.h
parentb5d557f0860766bbe89854241e07ff6ec1a2e39a (diff)
downloadtoybox-ae2e4b743aee024f61793cc66ecf2be2115da250.tar.gz
Add netcat server mode, -l, -L, and -t.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 14c6cf2f..1896361f 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>