From b701ea36a723b2d7700e23ae53e2c3145dfe7bda Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Oct 2008 11:49:19 +0000 Subject: moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ inclusion by the curl tool without colliding with the curl_strequal functions. --- lib/telnet.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/telnet.c') diff --git a/lib/telnet.c b/lib/telnet.c index 7e7beb27c..4d405b621 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -77,6 +77,7 @@ #include "memory.h" #include "select.h" #include "strequal.h" +#include "rawstr.h" /* The last #include file should be: */ #include "memdebug.h" -- cgit v1.2.3