Skip to content
Snippets Groups Projects
Commit 762dcf07 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include the strerror.h file without curl_ prefix

parent 75ee9b53
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@
#include "urldata.h"
#include "sendf.h"
#include "if2ip.h"
#include "curl_strerror.h"
#include "strerror.h"
#include "connect.h"
/* The last #include file should be: */
......
......@@ -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"
......
......@@ -27,7 +27,7 @@
#include <string.h>
#include <errno.h>
#include "curl_strerror.h"
#include "strerror.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment