diff options
-rw-r--r-- | toys/pending/telnet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/telnet.c b/toys/pending/telnet.c index b8c9c140..3e040864 100644 --- a/toys/pending/telnet.c +++ b/toys/pending/telnet.c @@ -21,7 +21,6 @@ config TELNET #include "toys.h" #include <arpa/telnet.h> #include <netinet/in.h> -#include <sys/poll.h> GLOBALS( int port; |