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

#include the local "inet_ntoa_r.h" file if no proto was found in the global

header directory but the function *is* present!
parent 17a8bf21
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,10 @@
#include "ssluse.h"
#include "connect.h"
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
#include "inet_ntoa_r.h"
#endif
#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