diff options
Diffstat (limited to 'polyp/inet_ntop.c')
-rw-r--r-- | polyp/inet_ntop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/inet_ntop.c b/polyp/inet_ntop.c index 19f29f86..ac2b5295 100644 --- a/polyp/inet_ntop.c +++ b/polyp/inet_ntop.c @@ -24,6 +24,8 @@ #endif #include <stdio.h> +#include <errno.h> +#include <assert.h> #ifndef HAVE_INET_NTOP |