diff options
-rw-r--r-- | lib/hostip.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index b43313854..a21613061 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -622,4 +622,6 @@ Curl_addrinfo *Curl_ip2addr(in_addr_t num, const char *hostname, int port) return ai; } -#endif
\ No newline at end of file +#endif + + |