X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=29bcfc142e4a3b81a30399b24f4659d9f0e3b393;hp=1e08a9efa5cf3f674933d65bfae44a210ab4b0be;hb=14e570f5eeff631c1312b11fcc5d22230ec27aff;hpb=5886b6a10d0d2edf20ff53c4926ec4e41a36b8c0 diff --git a/src/netutl.c b/src/netutl.c index 1e08a9ef..29bcfc14 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: netutl.c,v 1.12.4.35 2002/04/19 14:06:40 guus Exp $ + $Id: netutl.c,v 1.12.4.36 2002/06/05 00:25:54 guus Exp $ */ #include "config.h" @@ -27,7 +27,9 @@ #include #include #include -#include +#ifndef HAVE_NETBSD + #include +#endif #include #include #include