diff --git a/rsync.h b/rsync.h index 5a86d083..1712b2c8 100644 --- a/rsync.h +++ b/rsync.h @@ -319,6 +319,10 @@ enum msgcode { #include #endif +#ifdef HAVE_LIMITS_H +# include +#endif + #include #include "lib/pool_alloc.h"