X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/544108829843565858514f79cf62e7b9f54f9147..c50a9076e120e1600823cc8e901dbefd89f1f5d7:/rsync.h diff --git a/rsync.h b/rsync.h index 17b6a33a..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 @@ -846,7 +849,7 @@ typedef struct { #ifdef SUPPORT_XATTRS item_list *xattr; #endif -} statx; +} stat_x; #define ACL_READY(sx) ((sx).acc_acl != NULL) #define XATTR_READY(sx) ((sx).xattr != NULL)