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

fix CURL_EXTERN for debug builds

parent 865e4951
No related branches found
No related tags found
No related merge requests found
......@@ -164,5 +164,9 @@ int ares__read_line(FILE *fp, char **buf, int *bufsize);
libcurl lowlevel code from within library is ugly and only works when
c-ares is built and linked with a similarly debug-build libcurl, but we do
this anyway for convenience. */
#ifndef CURL_EXTERN
/* ugly hack to make this compile */
#define CURL_EXTERN
#endif
#include "../lib/memdebug.h"
#endif
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