X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Finet_pton.h;h=70f1c4b05623400161a896dca2c55dde3ba942cf;hb=a3a70ebafd7f2fdc069d43e8a26fc246dd7fe5bb;hp=bc2ee91e31238d7ab85b5d26fab1749b81c38554;hpb=cef62fd4295a59b748877c3928beb342aab758b6;p=gnulib.git diff --git a/lib/inet_pton.h b/lib/inet_pton.h index bc2ee91e3..70f1c4b05 100644 --- a/lib/inet_pton.h +++ b/lib/inet_pton.h @@ -17,12 +17,8 @@ #include #include -#if HAVE_NETINET_IN_H -# include -#endif -#if HAVE_ARPA_INET_H -# include -#endif +#include +#include #if !HAVE_DECL_INET_PTON extern int inet_pton (int af, const char *restrict src, void *restrict dst);