diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 4ab6f5656..21b704a46 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -24,7 +24,7 @@ | |||
24 | /*#define DEBUG 1 */ | 24 | /*#define DEBUG 1 */ |
25 | #define DEBUG 0 | 25 | #define DEBUG 0 |
26 | 26 | ||
27 | #include "busybox.h" | 27 | #include "libbb.h" |
28 | 28 | ||
29 | #if DEBUG | 29 | #if DEBUG |
30 | #define TELCMDS | 30 | #define TELCMDS |