From: Wayne Davison Date: Sun, 23 Sep 2007 22:31:14 +0000 (+0000) Subject: Added (conditional) include of stdint.h. X-Git-Tag: v3.0.0pre1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b24520f6a336a006c69b4680c0ccfecb00254c;p=thirdparty%2Frsync.git Added (conditional) include of stdint.h. --- diff --git a/rsync.h b/rsync.h index 74fd0a91..503713b4 100644 --- a/rsync.h +++ b/rsync.h @@ -242,6 +242,9 @@ enum msgcode { #ifdef HAVE_INTTYPES_H # include #endif +#ifdef HAVE_STDINT_H +# include +#endif #ifdef HAVE_UNISTD_H # include #endif