X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/27d3cdbc943a57d64f4f2a35a4f1e1b15d9ca41f..8de330a38717f8f808e8aa88a5f4391c310e7fd6:/rsync.h diff --git a/rsync.h b/rsync.h index dc2988a3..dc58e691 100644 --- a/rsync.h +++ b/rsync.h @@ -224,6 +224,9 @@ #define int32 long #elif (SIZEOF_SHORT == 4) #define int32 short +#else +/* I hope this works */ +#define int32 int #endif #endif @@ -357,7 +360,7 @@ static inline int flist_up(struct file_list *flist, int i) #include "byteorder.h" #include "version.h" #include "proto.h" -#include "md4.h" +#include "lib/mdfour.h" #if !HAVE_STRERROR extern char *sys_errlist[];