aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-10-15 21:44:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-10-15 21:44:49 +0000
commit51756641741eea581e654d2d2ae136bca8869e52 (patch)
tree340331ecfba23cbbe34d5d5076ccb3df248968be /lib/telnet.c
parenta579d6706436615845f57692921e0891fb6e3719 (diff)
fix warning
Diffstat (limited to 'lib/telnet.c')
-rw-r--r--lib/telnet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/telnet.c b/lib/telnet.c
index 3b5e1d761..620044587 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -76,6 +76,7 @@
#include "arpa_telnet.h"
#include "memory.h"
#include "select.h"
+#include "strequal.h"
/* The last #include file should be: */
#include "memdebug.h"