From: Wayne Davison Date: Fri, 2 Nov 2007 20:52:52 +0000 (+0000) Subject: Make use of the HAVE_NETDB_H define. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6e1fa33f6774a8668a3879aab7101775d094063a 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