diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat/arpa/inet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/arpa/inet.h b/include/compat/arpa/inet.h index 0cea8c4..f14ffde 100644 --- a/include/compat/arpa/inet.h +++ b/include/compat/arpa/inet.h | |||
@@ -14,6 +14,10 @@ | |||
14 | 14 | ||
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | #ifndef HAVE_INET_NTOP | ||
18 | const char * inet_ntop(int af, const void *src, char *dst, socklen_t size); | ||
19 | #endif | ||
20 | |||
17 | #ifndef HAVE_INET_PTON | 21 | #ifndef HAVE_INET_PTON |
18 | int inet_pton(int af, const char * src, void * dst); | 22 | int inet_pton(int af, const char * src, void * dst); |
19 | #endif | 23 | #endif |