diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index b6bc73790..044641ebe 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -250,6 +250,11 @@ const char * inet_ntop(int af, const void *src, char *dst, size_t size); #endif +#ifndef HAVE_INET_PTON +int +inet_pton(int af, const char *src, void *dst); +#endif + #if !defined(HAVE_GETCWD) char* getcwd(char *path, size_t size); #endif