diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index 1c075d500..7ac6436eb 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -3,8 +3,15 @@ #ifndef HAVE_INET_NTOP #include -#include -#include + +#ifdef HAVE_OS2_H +# include +# include +#else +# include +# include +#endif + #include #include