aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-25 13:42:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-25 13:42:23 +0000
commit762dcf0780b0100f50fad21a5d3e5e5613def267 (patch)
treec32d0c8433d43258594e1af85396aaa03fb55b48 /lib/ftp.c
parent75ee9b5333be05c86063143a9095c4d6120c3513 (diff)
include the strerror.h file without curl_ prefix
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 32c159fe7..03a6ab45b 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -91,7 +91,7 @@
#include "strequal.h"
#include "ssluse.h"
#include "connect.h"
-#include "curl_strerror.h"
+#include "strerror.h"
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
#include "inet_ntoa_r.h"