diff options
author | Rob Landley <rob@landley.net> | 2020-07-05 04:18:26 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-07-05 04:18:26 -0500 |
commit | 63073aa6e16ebd0aa96e000847cb13fb0eb352fe (patch) | |
tree | bc8cf464eb137dc42d0ae65b77e928550fb3abc8 | |
parent | 089e360ff11cce0f3355c1ff1420e0387c5c8745 (diff) | |
download | toybox-63073aa6e16ebd0aa96e000847cb13fb0eb352fe.tar.gz |
toys.h already includes poll.h
-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; |