X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/10f83cf43d69bcd090044899fc8235a7f38264c7..929e3011c6fe8475c80708275086a86a189ee25f:/rsync.h diff --git a/rsync.h b/rsync.h index b1e76ba0..01d8ccd8 100644 --- a/rsync.h +++ b/rsync.h @@ -422,11 +422,12 @@ static inline int flist_up(struct file_list *flist, int i) } #include "byteorder.h" -#include "proto.h" #include "lib/mdfour.h" #include "lib/permstring.h" #include "lib/addrinfo.h" +#include "proto.h" + /* We have replacement versions of these if they're missing. */ #ifndef HAVE_ASPRINTF int asprintf(char **ptr, const char *format, ...);