From 8f0c024bf00eec9b4eac276a9fecf2f4892c8feb Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 13 Jul 1999 02:01:06 +0000 Subject: [PATCH] include --- lib/isc/unix/include/isc/net.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/isc/unix/include/isc/net.h.in b/lib/isc/unix/include/isc/net.h.in index 506eea1184..b67f9987d1 100644 --- a/lib/isc/unix/include/isc/net.h.in +++ b/lib/isc/unix/include/isc/net.h.in @@ -38,6 +38,9 @@ * * It declares ntoh[sl]() and hton[sl](). * + * It declares inet_aton(), inet_ntop(), and inet_pton() if they are + * available on the system. + * * MP: * No impact. * @@ -84,6 +87,7 @@ #include #include +#include #include