include the strerror.h file without curl_ prefix

This commit is contained in:
Daniel Stenberg
2004-03-25 13:42:23 +00:00
parent 75ee9b5333
commit 762dcf0780
3 changed files with 3 additions and 3 deletions

View File

@@ -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>