X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8120a98f47d1dd8a583abe1cfe11aa8366d04e6b..71b291d71b70cd09865882235fca3a8d35edc6b3:/rsync.h diff --git a/rsync.h b/rsync.h index ef8e3b4d..b60f67af 100644 --- a/rsync.h +++ b/rsync.h @@ -246,6 +246,12 @@ enum msgcode { # endif #endif +#if MAJOR_IN_MKDEV +#include +#elif MAJOR_IN_SYSMACROS +#include +#endif + #ifdef HAVE_COMPAT_H #include #endif