From: Wayne Davison Date: Sun, 23 Sep 2007 22:31:14 +0000 (+0000) Subject: Added (conditional) include of stdint.h. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b4b24520f6a336a006c69b4680c0ccfecb00254c 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