From 6e1fa33f6774a8668a3879aab7101775d094063a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 2 Nov 2007 20:52:52 +0000 Subject: [PATCH] Make use of the HAVE_NETDB_H define. --- rsync.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1