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
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -84,6 +84,10 @@
#include "ssluse.h"
#include "ssluse.h"
#include "connect.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 */
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include <curl/mprintf.h>