From: Wayne Davison Date: Fri, 2 Nov 2007 20:52:52 +0000 (+0000) Subject: Make use of the HAVE_NETDB_H define. X-Git-Tag: v3.0.0pre5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1fa33f6774a8668a3879aab7101775d094063a;p=thirdparty%2Frsync.git Make use of the HAVE_NETDB_H define. --- diff --git a/rsync.h b/rsync.h index 6c5b1a04..aedc76cf 100644 --- a/rsync.h +++ b/rsync.h @@ -331,7 +331,9 @@ enum msgcode { #include #include #include +#ifdef HAVE_NETDB_H #include +#endif #include #include