From b4b24520f6a336a006c69b4680c0ccfecb00254c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 23 Sep 2007 22:31:14 +0000 Subject: [PATCH] Added (conditional) include of stdint.h. --- rsync.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1